Fix Nova notifications for Neutron
The old nova_admin_* options in neutron.conf are deprecated, so we need to use the new options to configure notifications properly. Change-Id: Iacfca8ae627a65a2267ddc0be25dcbcce61d7b36 Fixes: rhbz#1290429
This commit is contained in:
@@ -2,10 +2,10 @@ $neutron_notif_cfg_ctrl_host = hiera('CONFIG_KEYSTONE_HOST_URL')
|
|||||||
|
|
||||||
# Configure nova notifications system
|
# Configure nova notifications system
|
||||||
class { '::neutron::server::notifications':
|
class { '::neutron::server::notifications':
|
||||||
nova_admin_username => 'nova',
|
username => 'nova',
|
||||||
nova_admin_password => hiera('CONFIG_NOVA_KS_PW'),
|
password => hiera('CONFIG_NOVA_KS_PW'),
|
||||||
nova_admin_tenant_name => 'services',
|
tenant_name => 'services',
|
||||||
nova_url => "http://${neutron_notif_cfg_ctrl_host}:8774/v2",
|
nova_url => "http://${neutron_notif_cfg_ctrl_host}:8774/v2",
|
||||||
nova_admin_auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL'),
|
auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'),
|
||||||
nova_region_name => hiera('CONFIG_KEYSTONE_REGION'),
|
region_name => hiera('CONFIG_KEYSTONE_REGION'),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user