Add neutron-qos parameter

This patch adds possibility to deploy environment with enabled Neutron
QoS parameter

Implements: blueprint test-neutron-qos

Change-Id: Ifafbc5ad7fa743e2d3bb581ea2e3cce925aa5450
This commit is contained in:
Georgy Dyuldin 2016-04-13 11:48:30 +03:00
parent 44db071acb
commit eb3827e659
2 changed files with 4 additions and 2 deletions

View File

@ -556,7 +556,7 @@ class FuelWebClient29(object):
elif option == 'assign_to_all_nodes':
section = 'public_network_assignment'
elif option in {'neutron_l3_ha', 'neutron_dvr',
'neutron_l2_pop'}:
'neutron_l2_pop', 'neutron_qos'}:
section = 'neutron_advanced_configuration'
elif option in {'dns_list'}:
section = 'external_dns'

View File

@ -344,7 +344,9 @@ class BaseActions(PrepareActions, HealthCheckActions, PluginsActions):
"neutron_dvr": self.env_config['network'].get(
'neutron-dvr', False),
"neutron_l2_pop": self.env_config['network'].get(
'neutron-l2-pop', False)
'neutron-l2-pop', False),
"neutron_qos": self.env_config['network'].get(
'neutron-qos', False),
}
self.cluster_id = self.fuel_web.create_cluster(