[docs] Remove openstack-ansible.rc sourcing instruction
With https://review.openstack.org/386680 merged, sourcing openstack-ansible.rc is no longer necessary. Change-Id: I3cf121c0a90d4b0e3322192559c71c1b85ff4756
This commit is contained in:
parent
e457ba89ba
commit
3e5bd6f520
@ -27,7 +27,6 @@ continue to process SQL requests.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql -h localhost \
|
||||
-e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node3_galera_container-3ea2cbd3 | FAILED | rc=1 >>
|
||||
@ -69,7 +68,6 @@ recover cannot join the cluster because it no longer exists.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql \
|
||||
-h localhost -e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node2_galera_container-49a47d25 | FAILED | rc=1 >>
|
||||
@ -120,7 +118,6 @@ recover cannot join the cluster because it no longer exists.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql \
|
||||
-h localhost -e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node3_galera_container-3ea2cbd3 | success | rc=0 >>
|
||||
@ -157,7 +154,6 @@ the cluster have failed:
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "cat /var/lib/mysql/grastate.dat"
|
||||
node3_galera_container-3ea2cbd3 | success | rc=0 >>
|
||||
# GALERA saved state
|
||||
@ -241,7 +237,6 @@ Recovering from certain failures require rebuilding one or more containers.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql \
|
||||
-h localhost -e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node3_galera_container-3ea2cbd3 | success | rc=0 >>
|
||||
@ -282,7 +277,6 @@ Recovering from certain failures require rebuilding one or more containers.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql \
|
||||
-h localhost -e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node2_galera_container-49a47d25 | success | rc=0 >>
|
||||
|
@ -8,7 +8,6 @@ In the following example, all but one node was shut down gracefully:
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "mysql -h localhost \
|
||||
-e 'show status like \"%wsrep_cluster_%\";'"
|
||||
node3_galera_container-3ea2cbd3 | FAILED | rc=1 >>
|
||||
|
@ -13,7 +13,6 @@ one of the nodes.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell -a "cat /var/lib/mysql/grastate.dat"
|
||||
node2_galera_container-49a47d25 | success | rc=0 >>
|
||||
# GALERA saved state version: 2.1
|
||||
|
@ -90,7 +90,6 @@ Run the playbooks to install OpenStack
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# . /usr/local/bin/openstack-ansible.rc
|
||||
# ansible galera_container -m shell \
|
||||
-a "mysql -h localhost -e 'show status like \"%wsrep_cluster_%\";'"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user