Switch from nova_admin_* options for Neutron to actual
nova_admin_ parameters are deprecated and were replaced with Keystone authentication plugins related options. Change-Id: Idb8c4f3348345670c9ec61d885329fd0b16ec687
This commit is contained in:
parent
370ab5db26
commit
37857ce086
@ -194,7 +194,7 @@ class { '::neutron::agents::metering':
|
||||
debug => true,
|
||||
}
|
||||
class { '::neutron::server::notifications':
|
||||
nova_admin_password => 'a_big_secret',
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
|
||||
# Deploy Nova
|
||||
|
@ -194,7 +194,7 @@ class { '::neutron::agents::metering':
|
||||
debug => true,
|
||||
}
|
||||
class { '::neutron::server::notifications':
|
||||
nova_admin_password => 'a_big_secret',
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
|
||||
# Deploy Nova
|
||||
|
Loading…
x
Reference in New Issue
Block a user