devstack installation failure: Discovering versions from the identity service
Hello, My latest openstack installation using devstack from master branch fails with the following error:
2016-03-24 18:12:08.515 | 2016-03-24 11:12:08.514 3355 INFO keystone.cmd.cli [req-ec2ff80e-427a-4cb3-ac92-201b619054b6 - - - - -] Created public endpoint http://172.28.12.92:5000/v2.0
2016-03-24 18:12:10.514 | Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.
2016-03-24 18:12:10.514 | Could not determine a suitable URL for the plugin
2016-03-24 18:12:10.558 | Error on exit
2016-03-24 18:12:10.902 | df: '/run/user/114/gvfs': Permission denied
This seems similar to:
ttps://bugs.launchpad.net/openstack-manuals/+bug/1454049
https://ask.openstack.org/en/question...
But, i don't see the solution there. This setup was earlier running the juno release which i unstacked and also ran ./clean.sh. Server was rebooted as well.
My local.conf is as follows:
HOST_IP=172.28.12.92
RABBIT_PASSWORD=guest
RABBIT_USERID=guest
SERVICE_TOKEN=abc123
SERVICE_PASSWORD=abc123
ADMIN_PASSWORD=abc123
MYSQL_PASSWORD=abc123
DATABASE_TYPE=mysql
SERVICE_HOST=$HOST_IP
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
KEYSTONE_AUTH_HOST=$SERVICE_HOST
KEYSTONE_SERVICE_HOST=$SERVICE_HOST
# Enable/Disable services
enable_service n-sch
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service neutron
enable_service q-dhcp
enable_service q-l3
disable_service tempest
[keystone_authtoken]
auth_host=$SERVICE_HOST
admin_tenant_name=service
admin_user=neutron
admin_password=$ADMIN_PASSWORD
Any help on this would be great.
Thanks, KP