Merge "Move database creation into role (neutron)"
This commit is contained in:
commit
086d2baeb0
@ -21,10 +21,6 @@ neutron_ceilometer_enabled: "{{ hostvars['localhost']['neutron_ceilometer_enable
|
||||
neutron_dns_domain: "{{ dhcp_domain }}"
|
||||
neutron_service_in_ldap: "{{ service_ldap_backend_enabled }}"
|
||||
|
||||
neutron_galera_user: neutron
|
||||
neutron_galera_database: neutron
|
||||
neutron_galera_address: "{{ galera_address }}"
|
||||
|
||||
# Ensure that the package state matches the global setting
|
||||
neutron_package_state: "{{ package_state }}"
|
||||
|
||||
|
@ -58,16 +58,6 @@
|
||||
- groups[neutron_oslomsg_notify_host_group] | length > 0
|
||||
run_once: yes
|
||||
|
||||
- name: Configure MySQL user
|
||||
include: common-tasks/mysql-db-user.yml
|
||||
static: no
|
||||
vars:
|
||||
user_name: "{{ neutron_galera_user }}"
|
||||
password: "{{ neutron_container_mysql_password }}"
|
||||
login_host: "{{ neutron_galera_address }}"
|
||||
db_name: "{{ neutron_galera_database }}"
|
||||
run_once: yes
|
||||
|
||||
|
||||
|
||||
- name: Install neutron server
|
||||
|
Loading…
Reference in New Issue
Block a user