Up until now, my OpenStack development setup looked like this:
- devstack running in a VM,
- developing using tmux & vim over SSH.
Since I was hearing good things about PyCharm, I decided to give it a try. The idea of the setup is as follows:
- devstack running in a VM,
- developing …