This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch 
remove-mysql-python-connector-requirements
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit 2bb8f7f186998d1d9c41627060eeb4a897f3e8d3
Author: Andrija Panic <[email protected]>
AuthorDate: Tue Oct 22 19:05:11 2019 +0200

    remove mysql-python-connector requirements
    
    It's needed only to build packages, QiG assumes packages taken from public 
repo
---
 source/quickinstallationguide/qig.rst | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/source/quickinstallationguide/qig.rst 
b/source/quickinstallationguide/qig.rst
index 0e96a8c..83f978e 100644
--- a/source/quickinstallationguide/qig.rst
+++ b/source/quickinstallationguide/qig.rst
@@ -421,33 +421,6 @@ start on boot as follows:
    # systemctl start mysqld
 
 
-MySQL connector Installation
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Install Python MySQL connector using the official MySQL packages repository.
-Create the file ``/etc/yum.repos.d/mysql.repo`` with the following content:
-
-.. parsed-literal::
-
-   [mysql-connectors-community]
-   name=MySQL Community connectors
-   
baseurl=http://repo.mysql.com/yum/mysql-connectors-community/el/$releasever/$basearch/
-   enabled=1
-   gpgcheck=1
-
-Import GPG public key from MySQL:
-
-.. parsed-literal::
-
-   rpm --import http://repo.mysql.com/RPM-GPG-KEY-mysql
-
-Install mysql-connector
-
-.. parsed-literal::
-
-   yum install mysql-connector-python
-
-
 Installation
 ~~~~~~~~~~~~
 

Reply via email to