Nejc Saje   

cv | blog | about

All articles

  1. OpenStack development with Vagrant and PyCharm

    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 …