-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename cli prefix for the ulb to load balancer
- Loading branch information
Showing
3 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,76 @@ | ||
============================================== | ||
LoadBalancer service (ULB) command-line client | ||
============================================== | ||
======================================== | ||
LoadBalancer service command-line client | ||
======================================== | ||
|
||
The ULB client is the command-line interface (CLI) for | ||
The load_balancer client is the command-line interface (CLI) for | ||
the native Neutron/Octavia LoadBalancer service (load_balancer) API. | ||
|
||
For help on a specific `ulb` command, enter: | ||
For help on a specific `load balancer` command, enter: | ||
|
||
.. code-block:: console | ||
$ openstack ulb help SUBCOMMAND | ||
$ openstack load balancer help SUBCOMMAND | ||
.. _load_balancer: | ||
|
||
Load Balancer operations | ||
------------------------ | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb list | ||
:command: load balancer list | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb show | ||
:command: load balancer show | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb create | ||
:command: load balancer create | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb update | ||
:command: load balancer update | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb delete | ||
:command: load balancer delete | ||
|
||
.. _listener: | ||
|
||
Listeners operations | ||
-------------------- | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb listener * | ||
:command: load balancer listener * | ||
|
||
.. _pool: | ||
|
||
Pools operations | ||
---------------- | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool list | ||
:command: load balancer pool list | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool show | ||
:command: load balancer pool show | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool create | ||
:command: load balancer pool create | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool update | ||
:command: load balancer pool update | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool delete | ||
:command: load balancer pool delete | ||
|
||
.. _pool_member: | ||
|
||
Pool Members operations | ||
----------------------- | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb pool member * | ||
:command: load balancer pool member * | ||
|
||
.. _hm: | ||
|
||
Health Monitor operations | ||
------------------------- | ||
|
||
.. autoprogram-cliff:: openstack.load_balancer.v1 | ||
:command: ulb health monitor * | ||
:command: load balancer health monitor * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters