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:
Sergey Kolekonov 2015-11-05 18:49:51 +03:00
parent 370ab5db26
commit 37857ce086
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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