Remove neutron runtime manifest from update_vswitch_type

Changing vswitch_type applies runtime manifests on the controller nodes.
The neutron manifest is no longer available and is removed with this
commit.

Story: 2004022
Task: 30521
Change-Id: I2dfb8aeff53a32902a67bbc987d99744a167c947
Signed-off-by: David Sullivan <david.sullivan@windriver.com>
This commit is contained in:
David Sullivan 2019-04-15 11:29:52 -04:00
parent a5def9a144
commit 6aee023210
1 changed files with 1 additions and 2 deletions

View File

@ -7501,8 +7501,7 @@ class ConductorManager(service.PeriodicService):
config_dict = {
"personalities": personalities,
"classes": ['platform::sysctl::controller::runtime',
'platform::nfv::runtime',
'openstack::neutron::server::runtime']
'platform::nfv::runtime']
}
config_uuid = self._config_update_hosts(context, personalities)
self._config_apply_runtime_manifest(context, config_uuid, config_dict)