Hide Forgot
Title: Updating the Compute Configuration Describe the issue: Step 6 has an error, the command line reads: # openstack-config --set /etc/nova/nova.conf DEFAULT quantum_admin_auth_url http://IP:35357/v3 However, the endpoint for keystone is v2.0, so it should read: # openstack-config --set /etc/nova/nova.conf DEFAULT quantum_admin_auth_url http://IP:35357/v2.0 Suggestions for improvement: Change the command line to use the correct endpoint. Additional information: