+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 My 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 Hope It Will Work... Continue Reading →
Solve ./stack.sh fails at [email protected]
While Installing OpenStack using Devtsack the following error may occur./stack.sh fails at [email protected] Error is mainly occur with the system which are 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 executed in one shot and if your IP Address change then you... Continue Reading →
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 for the tox &... Continue Reading →
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 UserDevStack should be run as a non-root user with sudo enabled else it will through an error message.$ sudo adduser... Continue Reading →