From e46b74be5d74663be94ab8f934a22f57b35bc5ec Mon Sep 17 00:00:00 2001 From: "YI-JIE,SYU" Date: Thu, 30 May 2019 21:09:37 +0800 Subject: [PATCH] Update octavia CLI to openstack CLI Change to openstack CLI Change-Id: Ib1cbbb634aa6908c5758798aec92f1726164c3de --- doc/source/installation/default_configuration.rst | 8 ++++---- doc/source/installation/testing_connectivity.rst | 8 ++++---- doc/source/installation/testing_nested_connectivity.rst | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/installation/default_configuration.rst b/doc/source/installation/default_configuration.rst index be7c21b6d..8443cc731 100644 --- a/doc/source/installation/default_configuration.rst +++ b/doc/source/installation/default_configuration.rst @@ -56,28 +56,28 @@ too:: And finally, the loadbalancer for the kubernetes API service is also created, with the subsequence listener, pool and added members:: - $ neutron lbaas-loadbalancer-list + $ openstack loadbalancer list +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ | id | name | tenant_id | vip_address | provisioning_status | provider | +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ | 7d0cf5b5-b164-4b32-87d3-ae6c82513927 | default/kubernetes | 47c28e562795468ea52e92226e3bc7b1 | 10.0.0.129 | ACTIVE | haproxy | +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ - $ neutron lbaas-listener-list + $ openstack loadbalancer listener list +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ | id | default_pool_id | name | tenant_id | protocol | protocol_port | admin_state_up | +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ | abfbafd8-7609-4b7d-9def-4edddf2b887b | 70bed821-9a9f-4e1d-8c7e-7df89a923982 | default/kubernetes:443 | 47c28e562795468ea52e92226e3bc7b1 | HTTPS | 443 | True | +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ - $ neutron lbaas-pool-list + $ openstack loadbalancer pool list +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ | id | name | tenant_id | lb_algorithm | protocol | admin_state_up | +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ | 70bed821-9a9f-4e1d-8c7e-7df89a923982 | default/kubernetes:443 | 47c28e562795468ea52e92226e3bc7b1 | ROUND_ROBIN | HTTPS | True | +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ - $ neutron lbaas-member-list default/kubernetes:443 + $ openstack loadbalancer member list default/kubernetes:443 +--------------------------------------+------+----------------------------------+--------------+---------------+--------+--------------------------------------+----------------+ | id | name | tenant_id | address | protocol_port | weight | subnet_id | admin_state_up | +--------------------------------------+------+----------------------------------+--------------+---------------+--------+--------------------------------------+----------------+ diff --git a/doc/source/installation/testing_connectivity.rst b/doc/source/installation/testing_connectivity.rst index 1b4976b63..f11e862a7 100644 --- a/doc/source/installation/testing_connectivity.rst +++ b/doc/source/installation/testing_connectivity.rst @@ -84,7 +84,7 @@ the service is exposed and load balanced among the available pods:: demo 10.0.0.161 80/TCP 6s kubernetes 10.0.0.129 443/TCP 1h - $ neutron lbaas-loadbalancer-list + $ openstack loadbalancer list +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ | id | name | tenant_id | vip_address | provisioning_status | provider | +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ @@ -92,7 +92,7 @@ the service is exposed and load balanced among the available pods:: | c34c8d0c-a683-497f-9530-a49021e4b502 | default/demo | 49e2683370f245e38ac2d6a8c16697b3 | 10.0.0.161 | ACTIVE | haproxy | +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ - $ neutron lbaas-listener-list + $ openstack loadbalancer listener list +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ | id | default_pool_id | name | tenant_id | protocol | protocol_port | admin_state_up | +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ @@ -100,7 +100,7 @@ the service is exposed and load balanced among the available pods:: | abfbafd8-7609-4b7d-9def-4edddf2b887b | 70bed821-9a9f-4e1d-8c7e-7df89a923982 | default/kubernetes:443 | 47c28e562795468ea52e92226e3bc7b1 | HTTPS | 443 | True | +--------------------------------------+--------------------------------------+------------------------+----------------------------------+----------+---------------+----------------+ - $ neutron lbaas-pool-list + $ openstack loadbalancer pool list +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ | id | name | tenant_id | lb_algorithm | protocol | admin_state_up | +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ @@ -108,7 +108,7 @@ the service is exposed and load balanced among the available pods:: | b12f00b9-44c0-430e-b1a1-e92b57247ad2 | default/demo:TCP:80 | 49e2683370f245e38ac2d6a8c16697b3 | ROUND_ROBIN | TCP | True | +--------------------------------------+------------------------+----------------------------------+--------------+----------+----------------+ - $ neutron lbaas-member-list default/demo:TCP:80 + $ openstack loadbalancer member list default/demo:TCP:80 +--------------------------------------+------------------------------------+----------------------------------+-----------+---------------+--------+--------------------------------------+----------------+ | id | name | tenant_id | address | protocol_port | weight | subnet_id | admin_state_up | +--------------------------------------+------------------------------------+----------------------------------+-----------+---------------+--------+--------------------------------------+----------------+ diff --git a/doc/source/installation/testing_nested_connectivity.rst b/doc/source/installation/testing_nested_connectivity.rst index f4670cf70..6257404cc 100644 --- a/doc/source/installation/testing_nested_connectivity.rst +++ b/doc/source/installation/testing_nested_connectivity.rst @@ -35,7 +35,7 @@ respective loadbalancer at the undercloud:: svc/kubernetes 10.0.0.129 443/TCP 45m (UNDERCLOUD) - $ neutron lbaas-loadbalancer-list + $ openstack loadbalancer list +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+ | id | name | tenant_id | vip_address | provisioning_status | provider | +--------------------------------------+--------------------+----------------------------------+-------------+---------------------+----------+