Completed required variables for README.rst

Required variable section should include external_lb_vip_address and
internal_lb_vip_address[0], and add the value to keep consistence with
the others[1]

[0]: https://github.com/openstack/openstack-ansible-os_cloudkitty/blob/master/README.rst
[1]: https://github.com/openstack/openstack-ansible-os_trove/blob/master/README.rst

Change-Id: Ib11d7ea2bbf5e6450201a2c6bdc15fc96cd91eed
This commit is contained in:
ZhijunWei 2018-07-18 00:25:47 -04:00 committed by caoyuan
parent efa4714aeb
commit 708f780150
1 changed files with 6 additions and 5 deletions

View File

@ -23,11 +23,12 @@ Required Variables
.. code-block:: yaml
cloudkitty_service_password
cloudkitty_oslomsg_rpc_password
cloudkitty_oslomsg_notify_password
cloudkitty_container_mysql_password
cloudkitty_galera_address
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1
cloudkitty_galera_address: "{{ internal_lb_vip_address }}"
cloudkitty_container_mysql_password: "SuperSecretePassword1"
cloudkitty_service_password: "SuperSecretePassword2"
cloudkitty_rabbitmq_password: "SuperSecretePassword3"
Example Playbook
================