summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/fedora-cloud/packstack-controller-answers.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt
index 20ed924ab..a59bd5a36 100644
--- a/files/fedora-cloud/packstack-controller-answers.txt
+++ b/files/fedora-cloud/packstack-controller-answers.txt
@@ -7,7 +7,7 @@
CONFIG_SSH_KEY=/root/.ssh/id_rsa.pub
# Set to 'y' if you would like Packstack to install MySQL
-CONFIG_MYSQL_INSTALL=y
+CONFIG_MARIADB_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_MYSQL_HOST={{ controller_public_ip }}
+CONFIG_MARIADB_HOST={{ controller_public_ip }}
# Username for the MySQL admin user
-CONFIG_MYSQL_USER=root
+CONFIG_MARIADB_USER=root
# Password for the MySQL admin user
-CONFIG_MYSQL_PW={{ DBPASSWORD }}
+CONFIG_MARIADB_PW={{ DBPASSWORD }}
# Set the server for the AMQP service
CONFIG_AMQP_BACKEND=rabbitmq