From 4f413ab2a981abe7f0efdf7072ae8bb53111ca20 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Mon, 8 Apr 2019 11:53:42 +0300 Subject: [PATCH] Octavia: add o-da to required service list Update documentation as Octavia now requires the driver agent to operate. Change-Id: I1a798fdf1478bf808bffc39e7b0e389f7ec7db15 --- doc/source/devstack.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/devstack.rst b/doc/source/devstack.rst index e3dacab347..713a92b428 100644 --- a/doc/source/devstack.rst +++ b/doc/source/devstack.rst @@ -136,7 +136,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur enable_plugin octavia https://git.openstack.org/openstack/octavia.git enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard enable_service octavia - enable_service o-api + enable_service o-api,o-da [[post-config|$OCTAVIA_CONF]] [DEFAULT] @@ -259,7 +259,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur enable_plugin octavia https://git.openstack.org/openstack/octavia.git enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard enable_service octavia - enable_service o-api + enable_service o-api,o-da [[post-config|$OCTAVIA_CONF]] [DEFAULT] @@ -340,7 +340,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur enable_plugin octavia https://git.openstack.org/openstack/octavia.git enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard enable_service octavia - enable_service o-api + enable_service o-api,o-da [[post-config|$OCTAVIA_CONF]] [DEFAULT]