2017-01-13 15:17:22 |
Nikita Karpin |
description |
When deploying environment using Puppet 4 keystone/keystone.pp task has errors:
Failed to apply catalog: Execution of '/usr/bin/openstack service list --quiet --format csv --long' returned 1: The service catalog is empty. (tried 42, for a total of 170 seconds)
It looks like puppet tries to create keystone endpoint after it created openrc and it will not work as it is pointed here - https://bugs.launchpad.net/puppet-keystone/+bug/1559292 |
When deploying environment using Puppet 4 keystone/keystone.pp task has errors:
Failed to apply catalog: Execution of '/usr/bin/openstack service list --quiet --format csv --long' returned 1: The service catalog is empty. (tried 42, for a total of 170 seconds)
Then as a result deployment fails on glance-keystone task.
It looks like puppet tries to create keystone endpoint after it created openrc and it will not work as it is pointed here - https://bugs.launchpad.net/puppet-keystone/+bug/1559292 |
|