Merge "Move database creation into role (neutron)"

This commit is contained in:
Zuul 2018-06-08 13:58:41 +00:00 committed by Gerrit Code Review
commit 086d2baeb0
2 changed files with 0 additions and 14 deletions

View File

@ -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 }}"

View File

@ -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