From a495fe72f74f072e938a2ae2b3d60921c92d1fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 27 Jan 2015 16:25:32 +0000 Subject: [PATCH] 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 --- files/fedora-cloud/packstack-controller-answers.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index 20ed924abd..a59bd5a365 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