Remove reference to ::nova::compute::neutron

This class has been removed from puppet-nova as it only configures a
parameter related to nova-network which has been finally removed from
puppet-nova [1].

[1] https://review.opendev.org/#/c/658403/

Change-Id: Iabf8170a6e584dd3bb42c1a5e3a4c2c078c042ac
This commit is contained in:
Alfredo Moralejo 2019-05-23 14:35:43 +02:00
parent 7683bb60cd
commit 9e67805195
1 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,4 @@ class packstack::nova::neutron ()
neutron_auth_url => "${neutron_auth_url}/v3",
neutron_region_name => hiera('CONFIG_KEYSTONE_REGION'),
}
class { '::nova::compute::neutron':
libvirt_vif_driver => hiera('CONFIG_NOVA_LIBVIRT_VIF_DRIVER'),
}
}