Bug 1385291
| Summary: | Expecting to find domain in project - Newton RDO Build | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | mrbenzel <tictoc> |
| Component: | openstack-puppet-modules | Assignee: | Emilien Macchi <emacchi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shai Revivo <srevivo> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | ayoung, jpena, nkinder, srevivo |
| Target Milestone: | --- | ||
| Target Release: | trunk | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
CentOS-7-x86_64-DVD-1511 with Newton RDO
|
|
| Last Closed: | 2016-10-17 20:31:14 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: | |||
|
Description
mrbenzel
2016-10-16 00:05:17 UTC
ANSWER.CFG # User name for the Identity service 'admin' user. Defaults to # 'admin'. CONFIG_KEYSTONE_ADMIN_USERNAME=admin # Password to use for the Identity service 'admin' user. CONFIG_KEYSTONE_ADMIN_PW=1e90b1f3b38d4600 # Password to use for the Identity service 'demo' user. CONFIG_KEYSTONE_DEMO_PW=6da9b3ad0dd94931 # Identity service API version string. ['v2.0', 'v3'] CONFIG_KEYSTONE_API_VERSION=v3 # Identity service token format (UUID or PKI). The recommended format # for new deployments is UUID. ['UUID', 'PKI'] CONFIG_KEYSTONE_TOKEN_FORMAT=UUID # Type of Identity service backend (sql or ldap). ['sql', 'ldap'] CONFIG_KEYSTONE_IDENTITY_BACKEND=sql # URL for the Identity service LDAP backend. CONFIG_KEYSTONE_LDAP_URL=ldap://192.168.0.22 # User DN for the Identity service LDAP backend. Used to bind to the # LDAP server if the LDAP server does not allow anonymous # authentication. CONFIG_KEYSTONE_LDAP_USER_DN= # User DN password for the Identity service LDAP backend. CONFIG_KEYSTONE_LDAP_USER_PASSWORD= This seems to be a puppet-nova issue. I've created https://review.openstack.org/387304 with a fix. Confirmed changes to vi /usr/share/openstack-puppet/modules/nova/lib/puppet/provider/nova_aggregate/openstack.rb and vi /usr/share/openstack-puppet/modules/nova/lib/puppet/provider/nova_flavor/openstack.rb to use @credentials = Puppet::Provider::Openstack::CredentialsV3.new from @credentials = Puppet::Provider::Openstack::CredentialsV2_0.new Resolves the issues in CentOS 7 Build 1511 |