Rename some answerfile directives to add consistency

https://bugzilla.redhat.com/show_bug.cgi?id=908771

Change-Id: I537190d96acc5ae7f40371d7abe9e4fe7cb11ee2
This commit is contained in:
Derek Higgins
2013-02-14 08:08:47 -05:00
parent 64a5eaa897
commit fd1ae002dc
5 changed files with 25 additions and 25 deletions

View File

@@ -33,20 +33,20 @@ class OSPluginUtilsTestCase(PackstackTestCaseMixin, TestCase):
serverprep_901.controller.CONF["CONFIG_KEYSTONE_HOST"] = "1.2.3.4"
serverprep_901.controller.CONF["CONFIG_USE_EPEL"] = "n"
serverprep_901.controller.CONF["CONFIG_REPO"] = ""
serverprep_901.controller.CONF["CONFIG_RH_USERNAME"] = "testuser"
serverprep_901.controller.CONF["CONFIG_RH_PASSWORD"] = password
serverprep_901.controller.CONF["CONFIG_RH_USER"] = "testuser"
serverprep_901.controller.CONF["CONFIG_RH_PW"] = password
serverprep_901.controller.CONF["CONFIG_RH_BETA_REPO"] = "n"
serverprep_901.controller.CONF["CONFIG_SATELLITE_FLAGS"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_URL"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_USERNAME"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PASSWORD"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_USER"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PW"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_CACERT"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_AKEY"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROFILE"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROXY"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROXY_USERNAME"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROXY_PASSWORD"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROXY_USER"] = ""
serverprep_901.controller.CONF["CONFIG_SATELLITE_PROXY_PW"] = ""
serverprep_901.serverprep()