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:
1 changed files with 6 additions and 5 deletions
11
README.rst
11
README.rst
@@ -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
================
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.