OpenStack Single-Node Installation with DevStack
In my previous post, I explained how to install OpenStack in Multi-Node environment with DevStack.
If you want to install the OpenStack in a Single Machine, you can follow the same steps for the Controller Node Installation in my previous post.
You can omit the "MULTI_HOST=1" line from the localrc.
For example, following is a "localrc" configuration used to install OpenStack in a single machine.
If you want to install the OpenStack in a Single Machine, you can follow the same steps for the Controller Node Installation in my previous post.
You can omit the "MULTI_HOST=1" line from the localrc.
For example, following is a "localrc" configuration used to install OpenStack in a single machine.
HOST_IP=10.100.0.29 FLAT_INTERFACE=eth0 FIXED_RANGE=192.168.17.0/25 FIXED_NETWORK_SIZE=126 FLOATING_RANGE=10.100.0.64/28 ADMIN_PASSWORD=labstack MYSQL_PASSWORD=root RABBIT_PASSWORD=rabbitmq SERVICE_PASSWORD=supersecrete SERVICE_TOKEN=token
Comments