summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2015-01-27 16:25:32 +0000
committerMiroslav Suchý <msuchy@redhat.com>2015-01-27 16:34:36 +0000
commita495fe72f74f072e938a2ae2b3d60921c92d1fe6 (patch)
treec907b04b358d642846b605fa948c13577e42bc30
parentb0f2edab2f5e940712f9334f1a3aa4faeb1b8adb (diff)
downloadansible-a495fe72f74f072e938a2ae2b3d60921c92d1fe6.tar.gz
ansible-a495fe72f74f072e938a2ae2b3d60921c92d1fe6.tar.xz
ansible-a495fe72f74f072e938a2ae2b3d60921c92d1fe6.zip
replace depracted params
Additional information: * Deprecated parameter has been used in answer file. Please use parameter CONFIG_MARIADB_INSTALL next time. This parameter deprecates following parameters: ['CONFIG_MYSQL_INSTALL']. * Deprecated parameter has been used in answer file. Please use parameter CONFIG_MARIADB_HOST next time. This parameter deprecates following parameters: ['CONFIG_MYSQL_HOST']. * Deprecated parameter has been used in answer file. Please use parameter CONFIG_MARIADB_USER next time. This parameter deprecates following parameters: ['CONFIG_MYSQL_USER']. * Deprecated parameter has been used in answer file. Please use parameter CONFIG_MARIADB_PW next time. This parameter deprecates following parameters: ['CONFIG_MYSQL_PW']. * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components
-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