Merge "Add neutron-qos parameter"

This commit is contained in:
Jenkins 2016-05-12 09:24:42 +00:00 committed by Gerrit Code Review
commit c338ff1cef
2 changed files with 4 additions and 2 deletions

View File

@ -558,7 +558,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

@ -348,7 +348,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(