keystone/credential: use osfamily
Use osfamily to configure Keystone credentials, so our users deploying on RHEL or Fedora can also run p-o-i. Change-Id: I80ca149b7295db8d6c37d52ec0dadb5af0da30be
This commit is contained in:
parent
f0203d99a2
commit
d209bb585e
@ -40,7 +40,7 @@ class openstack_integration::keystone (
|
|||||||
|
|
||||||
# Keystone credential setup is not packaged in UCA yet.
|
# Keystone credential setup is not packaged in UCA yet.
|
||||||
# It should be done when Newton is released.
|
# It should be done when Newton is released.
|
||||||
if $::operatingsystem == 'CentOS' {
|
if $::osfamily == 'RedHat' {
|
||||||
$enable_credential_setup = true
|
$enable_credential_setup = true
|
||||||
} else {
|
} else {
|
||||||
$enable_credential_setup = false
|
$enable_credential_setup = false
|
||||||
|
Loading…
Reference in New Issue
Block a user