-
Solved "stack.sh fails creating initial neutron network elements"
+lib/neutron_plugins/services/l3:create_neutron_initial_network:162 die_if_not_set 162 project_id ‘Failure retrieving project_id for demo’ I encountered this error while installing OpenStack using DevStack. The reason was I kept the base memory of CentOS7 virtual machine to 1024 MB. Failure retrieving project_id for demo error can be solved by increasing base memory greater than 2048 MB. It worked for me, I…
-
Remove OpenStack from your System.
Remove OpenStack from your system.
-
Solve ./stack.sh fails at devstack@etcd.service
While installing OpenStack using Devtsack the following error may occur ./stack.sh fails at devstack@etcd.service. This error mainly occurs with the system which is connected to the DHCP Network. Due to the DHCP Network, the IP Address is dynamically allocated to your system. If ./stack.sh script didn’t execute in one shot and if your IP Address…
-
How to fix the following error: devstack/lib/tempest: line 637: tox:command not found while running ./stack.sh script.
error: devstack/lib/tempest: line 637: tox:command not found. The above error is obtained when something went wrong while running the script ./stack.sh. Mainly when you run the script 2-3 due to some other reasons. So how to fix the following error: devstack/lib/tempest: line 637: tox:command not found. I recently got a fix for it. Firstly check…
-
Installation of OpenStack using DevStack
Install Linux virtual machine on your Virtualbox. Install any Linux System you like, If you do not have a preference, Ubuntu 18.04 will be the best choice as it is the most tested Linux Distro. Add Stack User DevStack should be run as a non-root user with sudo enabled else it will through an error…