NSX|P: Add TZ configs to devstack code

And remove unused dhcp relay config

Change-Id: Ib1861cb64eb81f43cf9b6b32e6552185e3f70bcb
This commit is contained in:
Adit Sarfaty 2019-03-04 14:13:39 +02:00
parent 2b8418926f
commit a9cc62c3df
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,8 @@ function neutron_plugin_configure_service {
function nsxp_configure_service {
install_neutron_projects
_nsxp_ini_set default_overlay_tz $DEFAULT_OVERLAY_TZ_UUID
_nsxp_ini_set default_vlan_tz $DEFAULT_VLAN_TZ_UUID
if [[ "$DEFAULT_TIER0_ROUTER_UUID" != "" ]]; then
_nsxp_ini_set default_tier0_router $DEFAULT_TIER0_ROUTER_UUID
Q_L3_ENABLED=True
@ -71,7 +73,6 @@ function nsxp_configure_service {
_nsxp_ini_set native_metadata_route $NATIVE_METADATA_ROUTE
_nsxp_ini_set dhcp_profile $DHCP_PROFILE_UUID
_nsxp_ini_set metadata_proxy $METADATA_PROXY_UUID
_nsxp_ini_set dhcp_relay_service $DHCP_RELAY_SERVICE
iniset $NEUTRON_CONF DEFAULT dhcp_agent_notification False
_nsxp_ini_set nsx_api_user $NSX_USER