Remove useless code-block tag
Just make consistent with https://docs.openstack.org/openstack-ansible-os_neutron/latest/index.html#example-playbook Change-Id: I4cbef78170f64c056ea5e9f378ee6292d68656ac
This commit is contained in:
chenxing
committed by
Dmitriy Rabotyagov
parent
8d1acc6996
commit
1584e8ce64
1 changed files with 11 additions and 13 deletions
@@ -1,14 +1,12 @@
---
.. code-block::yaml
- name:Installation and setup of Nova
hosts:nova_all
user:root
roles:
- {role:"os_neutron", tags:["os-neutron"]}
vars:
neutron_galera_address:"{{ internal_lb_vip_address }}"
galera_root_user:root
vars_prompt:
- name:"galera_root_password"
prompt:"What is galera_root_password?"
- name:Installation and setup of Nova
hosts:nova_all
user:root
roles:
- {role:"os_nova", tags:["os-nova"]}
vars:
nova_galera_address:"{{ internal_lb_vip_address }}"
galera_root_user:root
vars_prompt:
- name:"galera_root_password"
prompt:"What is galera_root_password?"
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.