Fix ironic-multitenant-network job

Recently neutron public network type has been changed by default
to flat [0]. It caused ironic-multitenant-network job to failure.
This patch update settings in ironic/settings untill apropriate changes
are merged to project-config and developer documentation.

Reference:
[0] https://review.openstack.org/#/c/346282/
Change-Id: Icd83203f1c61f71c96324c532baabe3a924cf617
This commit is contained in:
Vasyl Saienko 2016-08-31 16:40:18 +03:00
parent 0bac42fb4a
commit a53dae62af

View File

@ -1 +1,6 @@
enable_service ironic ir-api ir-cond
# Neutron public network type was changed to flat by default recently:
# https://review.openstack.org/#/c/346282/
# TODO(vsaienko) remove once ironic-multitenant job variable and ironic
# developer documentation are updated.
Q_USE_PROVIDERNET_FOR_PUBLIC=False