My editor of choice is Visual Studio Code and it comes handy while contributing to OpenStack. I am running DevStack on a local VM and here is how I connect VSCode to it: Open Visual Studio Code and click on the Remote Explorer icon on the left side: Add a new SSH Target (Click on…
Category: Notes to self
About contributing to OpenStack
In my previous post I got my development environment up and running with all the necessary repositories. So now I can dig in to the actual work 🙂 The project in OpenStack, that I am working on is called “OpenStack Client integration for Manila”. To sum it up with a few sentences, the aim of…
How to set up development environment for OpenStack with DevStack
DevStack can be used to quickly bring up a complete OpenStack environment for development, based on the latest versions of everything from git master. However running it will make substantial changes to the system during installation, so it is advisable to only run DevStack on servers or virtual machines that are dedicated to this purpose….