Update configuration samples (QoS)

Enable QoS support.
We rely on Neutron's devstack plugin script to set the correct
configuration.

Change-Id: Idd99af81cafd4c8fc541ca8664c844b5473bb39a
This commit is contained in:
Bar RH 2017-12-22 19:00:27 +02:00 committed by Bar Elharar
parent 95c83e6462
commit bf9dffc815
4 changed files with 11 additions and 4 deletions

View File

@ -16,6 +16,7 @@ git clone https://github.com/openstack-dev/devstack.git $HOME/devstack
cat <<EOF > $HOME/devstack/localrc
enable_plugin barbican https://review.openstack.org/openstack/barbican
enable_plugin neutron https://review.openstack.org/openstack/neutron
enable_plugin octavia https://review.openstack.org/openstack/octavia
LIBS_FROM_GIT+=python-octaviaclient
@ -39,7 +40,7 @@ ENABLED_SERVICES+=,placement-api,placement-client
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Neutron
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron
ENABLED_SERVICES+=,neutron,q-agt,q-dhcp,q-l3,q-meta,q-qos,q-svc
# Tempest (optional)
#ENABLED_SERVICES+=,tempest
# Octavia

View File

@ -7,6 +7,7 @@ RECLONE=True
# Load the external LBaaS plugin.
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin octavia https://git.openstack.org/openstack/octavia
LIBS_FROM_GIT+=python-octaviaclient
@ -26,6 +27,7 @@ enable_service n-cpu
# Neutron
enable_service neutron
enable_service q-agt
enable_service q-qos
# LBaaS V2 and Octavia
enable_service octavia

View File

@ -7,9 +7,10 @@ RECLONE=True
# Load the external Octavia plugin.
enable_plugin barbican https://git.openstack.org/openstack/barbican
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
enable_plugin octavia https://git.openstack.org/openstack/octavia
enable_plugin barbican https://git.openstack.org/openstack/barbican
LIBS_FROM_GIT+=python-octaviaclient
DATABASE_PASSWORD=password
@ -51,6 +52,7 @@ enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-qos
# Octavia
enable_service octavia

View File

@ -20,9 +20,10 @@ RECLONE=True
# Load the external Octavia plugin.
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
enable_plugin octavia https://git.openstack.org/openstack/octavia
enable_plugin barbican https://git.openstack.org/openstack/barbican
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin octavia https://git.openstack.org/openstack/octavia
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard
LIBS_FROM_GIT+=python-octaviaclient
DATABASE_PASSWORD=password
@ -64,6 +65,7 @@ enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
enable_service q-qos
# Octavia
enable_service octavia