Authorization failed when trying to deploy overcloud in rdo mitaka

Bug #1632908 reported by David Hill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
New
Undecided
Unassigned

Bug Description

2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core [req-3da9b5c1-25a6-49c6-a868-6f9506cee412 - - - - -] Could not find domain: Default
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core Traceback (most recent call last):
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/keystone/auth/plugins/core.py", line 148, in _lookup_domain
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core domain_ref = self.resource_api.get_domain(domain_id)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/keystone/common/manager.py", line 124, in wrapped
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core __ret_val = __f(*args, **kwargs)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 1053, in decorate
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core should_cache_fn)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 657, in get_or_create
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core async_creator) as value:
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 158, in __enter__
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core return self._enter()
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 98, in _enter
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core generated = self._enter_create(createdtime)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 149, in _enter_create
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core created = self.creator()
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 625, in gen_value
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core created_value = creator()
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 1049, in creator
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core return fn(*arg, **kw)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core File "/usr/lib/python2.7/site-packages/keystone/resource/core.py", line 706, in get_domain
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core raise exception.DomainNotFound(domain_id=domain_id)
2016-10-12 21:44:15.850 9087 ERROR keystone.auth.plugins.core DomainNotFound: Could not find domain: Default

Revision history for this message
David Hill (david-hill-ubisoft) wrote :
Download full text (8.1 KiB)

Here is my deploy command:

 [stack@undercloud-0-mitaka cloud]$ openstack overcloud deploy --templates /home/stack/rdo-mitaka/my-overcloud -e /home/stack/rdo-mitaka/my-overcloud/environments/network-isolation.yaml -e /home/stack/rdo-mitaka/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml --control-scale 3 --compute-scale 1 --ceph-storage-scale 0 --control-flavor control --compute-flavor compute --ceph-storage-flavor ceph-storage --ntp-server pool.ntp.org --neutron-network-type vxlan --neutron-tunnel-types vxlan --libvirt-type qemu
Deploying templates in the directory /home/stack/rdo-mitaka/my-overcloud
ERROR: Authorization failed.

It seems only heat is affected by this as I can use catalog:

[stack@undercloud-0-mitaka cloud]$ openstack catalog list
+------------------+-------------------------+-------------------------------------------------------------------------------+
| Name | Type | Endpoints |
+------------------+-------------------------+-------------------------------------------------------------------------------+
| nova | compute | regionOne |
| | | publicURL: http://192.0.2.1:8774/v2/1885bcc2dd7d4958bc392c0f765db33d |
| | | internalURL: http://192.0.2.1:8774/v2/1885bcc2dd7d4958bc392c0f765db33d |
| | | adminURL: http://192.0.2.1:8774/v2/1885bcc2dd7d4958bc392c0f765db33d |
| | | |
| neutron | network | regionOne |
| | | publicURL: http://192.0.2.1:9696 |
| | | internalURL: http://192.0.2.1:9696 |
| | | adminURL: http://192.0.2.1:9696 |
| | | |
| novav3 | computev3 | regionOne |
| | | publicURL: http://192.0.2.1:8774/v3 |
| | | internalURL: http://192.0.2.1:8774/v3 |
| | | adminURL: http://192.0.2.1:8774/v3 |
| | | |
| aodh | alarming | regionOne ...

Read more...

summary: - Authentication failed when trying to deploy overcloud in rdo mitaka
+ Authorization failed when trying to deploy overcloud in rdo mitaka
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.