Revert "replace obsoleted MYSQL variables"
This reverts commit f6f5931e75
.
This commit is contained in:
parent
9f84916971
commit
1fa66b94a8
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
CONFIG_SSH_KEY=/root/.ssh/id_rsa.pub
|
||||
|
||||
# Set to 'y' if you would like Packstack to install MySQL
|
||||
CONFIG_MARIADB_INSTALL=y
|
||||
CONFIG_MYSQL_INSTALL=y
|
||||
|
||||
# Set to 'y' if you would like Packstack to install OpenStack Image
|
||||
# Service (Glance)
|
||||
|
@ -68,13 +68,13 @@ CONFIG_DEBUG_MODE=n
|
|||
CONFIG_VMWARE_BACKEND=n
|
||||
|
||||
# The IP address of the server on which to install MySQL
|
||||
CONFIG_MARIADB_HOST={{ controller_public_ip }}
|
||||
CONFIG_MYSQL_HOST={{ controller_public_ip }}
|
||||
|
||||
# Username for the MySQL admin user
|
||||
CONFIG_MARIADB_USER=root
|
||||
CONFIG_MYSQL_USER=root
|
||||
|
||||
# Password for the MySQL admin user
|
||||
CONFIG_MARIADB_PW={{ DBPASSWORD }}
|
||||
CONFIG_MYSQL_PW={{ DBPASSWORD }}
|
||||
|
||||
# Set the server for the AMQP service
|
||||
CONFIG_AMQP_BACKEND=rabbitmq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue