Hide Forgot
Description of problem: Create any type of app and try to add db cartridge to it. The db info like username, password will be printed twice to the output. Adding mysql-5.1 to application 'perl1' ... done mysql-5.1 (MySQL 5.1) --------------------- Gears: Located with perl-5.10 Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ Database Name: perl1 Password: WyDTK1jF_XJ2 Username: adminfrnQlFR MySQL 5.1 database added. Please make note of these credentials: Root User: adminfrnQlFR Root Password: WyDTK1jF_XJ2 Database Name: perl1 Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ You can manage your new MySQL database by also embedding phpmyadmin. The phpmyadmin username and password will be the same as the MySQL credentials above. Version-Release number of selected component (if applicable): devenv_3844 rhc-1.15.3 How reproducible: always Steps to Reproduce: 1.Create app 2.Add db cartridge to the app 3. Actual results: The db info like username and password, will be shown twice. Expected results: Should not have the duplicate output message. Additional info:
The command line tools echo standard information about the cartridge, which may include some duplicate info. The second stanza is a message output by the cartridge for the benefit of clients like the web UI.