Merge "Replace the OVN Metadata agent with the OVN agent"
This commit is contained in:
@@ -615,7 +615,7 @@
|
|||||||
ovsdb-server: true
|
ovsdb-server: true
|
||||||
# Neutron services
|
# Neutron services
|
||||||
q-svc: true
|
q-svc: true
|
||||||
q-ovn-metadata-agent: true
|
q-ovn-agent: true
|
||||||
# Swift services
|
# Swift services
|
||||||
s-account: true
|
s-account: true
|
||||||
s-container: true
|
s-container: true
|
||||||
@@ -652,7 +652,7 @@
|
|||||||
ovs-vswitchd: true
|
ovs-vswitchd: true
|
||||||
ovsdb-server: true
|
ovsdb-server: true
|
||||||
# Neutron services
|
# Neutron services
|
||||||
q-ovn-metadata-agent: true
|
q-ovn-agent: true
|
||||||
# Cinder services
|
# Cinder services
|
||||||
c-bak: true
|
c-bak: true
|
||||||
c-vol: true
|
c-vol: true
|
||||||
|
|||||||
@@ -96,8 +96,9 @@ OVN_META_CONF=$NEUTRON_CONF_DIR/neutron_ovn_metadata_agent.ini
|
|||||||
OVN_META_DATA_HOST=${OVN_META_DATA_HOST:-$(ipv6_unquote $SERVICE_HOST)}
|
OVN_META_DATA_HOST=${OVN_META_DATA_HOST:-$(ipv6_unquote $SERVICE_HOST)}
|
||||||
|
|
||||||
# OVN agent configuration
|
# OVN agent configuration
|
||||||
|
# The OVN agent is configured, by default, with the "metadata" extension.
|
||||||
OVN_AGENT_CONF=$NEUTRON_CONF_DIR/plugins/ml2/ovn_agent.ini
|
OVN_AGENT_CONF=$NEUTRON_CONF_DIR/plugins/ml2/ovn_agent.ini
|
||||||
OVN_AGENT_EXTENSIONS=${OVN_AGENT_EXTENSIONS:-}
|
OVN_AGENT_EXTENSIONS=${OVN_AGENT_EXTENSIONS:-metadata}
|
||||||
|
|
||||||
# If True (default) the node will be considered a gateway node.
|
# If True (default) the node will be considered a gateway node.
|
||||||
ENABLE_CHASSIS_AS_GW=$(trueorfalse True ENABLE_CHASSIS_AS_GW)
|
ENABLE_CHASSIS_AS_GW=$(trueorfalse True ENABLE_CHASSIS_AS_GW)
|
||||||
|
|||||||
2
stackrc
2
stackrc
@@ -75,7 +75,7 @@ if ! isset ENABLED_SERVICES ; then
|
|||||||
# OVN
|
# OVN
|
||||||
ENABLED_SERVICES+=,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server
|
ENABLED_SERVICES+=,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server
|
||||||
# Neutron
|
# Neutron
|
||||||
ENABLED_SERVICES+=,q-svc,q-ovn-metadata-agent
|
ENABLED_SERVICES+=,q-svc,q-ovn-agent
|
||||||
# Dashboard
|
# Dashboard
|
||||||
ENABLED_SERVICES+=,horizon
|
ENABLED_SERVICES+=,horizon
|
||||||
# Additional services
|
# Additional services
|
||||||
|
|||||||
Reference in New Issue
Block a user