In order to run openstack commands from the Openstack Management Server Appliance:
- SSH and login to the Openstack Management Server as the user viouser.
- SSH to the controller VM using the command:
ssh controller01
- Go super user:
sudo -s
- Source the cloudadmin.rc file:
source /root/cloudadmin.rc
- Export the OS_PASSWORD environment variable,
export OS_PASSWORD=xxxxx
- Run the Openstack cli commands, for eg.
nova list