File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,6 +195,13 @@ conflicts when creating new plugins. For a complete list check out
195195* ``dataprocessing image tags ``: (**Data Processing (Sahara) **)
196196* ``dataprocessing plugin ``: (**Data Processing (Sahara) **)
197197* ``data protection plan ``: (**Data Protection (Karbor) **)
198+ * ``loadbalancer ``: (**Load Balancer (Octavia) **)
199+ * ``loadbalancer healthmonitor ``: (**Load Balancer (Octavia) **)
200+ * ``loadbalancer l7policy ``: (**Load Balancer (Octavia) **)
201+ * ``loadbalancer l7rule ``: (**Load Balancer (Octavia) **)
202+ * ``loadbalancer listener ``: (**Load Balancer (Octavia) **)
203+ * ``loadbalancer member ``: (**Load Balancer (Octavia) **)
204+ * ``loadbalancer pool ``: (**Load Balancer (Octavia) **)
198205* ``message-broker cluster ``: (**Message Broker (Cue) **)
199206* ``messaging ``: (**Messaging (Zaqar) **)
200207* ``messaging flavor ``: (**Messaging (Zaqar) **)
Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ neutron
8181.. list-plugins :: openstack.neutronclient.v2
8282 :detailed:
8383
84+ octavia
85+ -------
86+
87+ .. list-plugins :: openstack.load_balancer.v2
88+ :detailed:
89+
8490sahara
8591------
8692
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ The following is a list of projects that are an OpenStackClient plugin.
3535- python-mistralclient
3636- python-muranoclient
3737- python-neutronclient\*\*\*
38+ - python-octaviaclient
3839- python-saharaclient
3940- python-searchlightclient
4041- python-senlinclient
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ python-karborclient>=0.2.0 # Apache-2.0
3535python-mistralclient>=3.1.0 # Apache-2.0
3636python-muranoclient>=0.8.2 # Apache-2.0
3737python-neutronclient>=6.3.0 # Apache-2.0
38+ python-octaviaclient>=1.0.0 # Apache-2.0
3839python-saharaclient>=1.1.0 # Apache-2.0
3940python-searchlightclient>=1.0.0 #Apache-2.0
4041python-senlinclient>=1.1.0 # Apache-2.0
You can’t perform that action at this time.
0 commit comments