Bug 1435204
| Summary: | Octavia: No octavia user created after deployment with octavia yamls | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Stafeyev <astafeye> |
| Component: | puppet-tripleo | Assignee: | Brent Eagles <beagles> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 11.0 (Ocata) | CC: | amuller, aschultz, beagles, jjoyce, jschluet, mburns, rhel-osp-director-maint, slinaber, tvignaud |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-tripleo-6.3.0-10.el7ost.noarch | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-17 20:12:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1378993, 1433523 | ||
|
Description
Alexander Stafeyev
2017-03-23 11:48:39 UTC
The cause is known. There is a piece missing from the puppet-tripleo keystone profile. [stack@undercloud-0 ~]$ openstack user list +----------------------------------+------------+ | ID | Name | +----------------------------------+------------+ | 1b0aef164713432d957aa80bc7d311c1 | neutron | | 3e9a6f11b2934e50b20b993466f1d1ae | glance | | 4b107afe818c4a48ac3ed42d42f9e176 | placement | | 4c41dda95579434f8598d1ccb6a890f1 | nova | | 51a94f2e90e24727aa4a2f242f196ca6 | panko | | 580be7c423ce44f68c6ea81112f10a85 | cinder | | 5f20f5c2244e4d26a06f7564ceced136 | heat-cfn | | 78a7b7a69caf49a4b8c182d2ae002f88 | gnocchi | | 811678b3edd84eb08360e93ff5c4ce30 | admin | | 92a30f2ba83741d9b5d990a9cf8263e0 | ceilometer | | 99e1a9a85e624e289384b0537e228162 | octavia | | a0388e11a62e4048a926d2dea679a64b | aodh | | a4b131d27be94a57bbf1163d1815f4c7 | heat | | c97e65a6bcf440efb27ac86b316bee40 | swift | +----------------------------------+------------+ [stack@undercloud-0 ~]$ rpm -qa | grep triple openstack-tripleo-validations-5.4.0-8.el7ost.noarch openstack-tripleo-puppet-elements-6.0.0-1.el7ost.noarch openstack-tripleo-image-elements-6.0.0-2.el7ost.noarch python-tripleoclient-6.1.0-6.el7ost.noarch openstack-tripleo-heat-templates-6.0.0-5.el7ost.noarch puppet-tripleo-6.3.0-10.el7ost.noarch openstack-tripleo-common-6.0.0-7.el7ost.noarch openstack-tripleo-ui-3.1.0-9.el7ost.noarch The fixed in version my version are not matching - this gap is the only one that prevents verification. THE FIX IS THERE - but why the versions are not matching ? We pulled the "fixed in version" from a list of candidate builds. I've confirmed that the relevant patch is included in the SRPM for 6.3.0-10. Reported and fixed on internal builds without an external release, marking doctext as not necessary. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1245 |