Updated with tiny logging message change and pkg update for rhel6.

This commit is contained in:
Joshua Harlow 2012-02-13 14:36:46 -08:00
parent f0e3d20ab3
commit d78e709ee9
4 changed files with 13 additions and 10 deletions

View File

@ -4,8 +4,12 @@
"ubuntu-oneiric": {
},
"rhel-6": {
# For testing
"coverage": {
"version": "3.5.1"
},
"mock": {
"version": "0.8.0"
}
}
}

View File

@ -170,11 +170,6 @@
"removable": false,
"version": "2.6*"
},
# For testing (does not exist yet)
# "python-coverage": {
# "removable": true,
# "version": "3.4*"
# },
# Requires EPEL
"python-pip": {
"removable": false,
@ -201,6 +196,7 @@
"version": "2.29*",
"removable": false
},
# For venv
"python-devel": {
"version": "2.6*",
"removable": false
@ -326,6 +322,7 @@
"version": "2.29*",
"removable": false
},
# For venv
"python-devel": {
"version": "2.7*",
"removable": false

View File

@ -134,15 +134,17 @@
"version": "1.5*",
"removable": true
},
# Is this right??
# This is for libldap2
"openldap": {
# Trashes alot of the base os (so we don't allow it to be removed)
"removable": false,
"version": "2.4*"
},
# Is this right??
# This is for libsasl2
# Seems needed to run venv
"openldap-devel": {
# Trashes alot of the base os (so we don't allow it to be removed)
"removable": true,
"version": "2.4*"
},
"cyrus-sasl-lib": {
# Trashes alot of the base os (so we don't allow it to be removed)
"version": "2.1*",

View File

@ -61,7 +61,7 @@ class StackConfigParser(ConfigParser.RawConfigParser):
if section == 'host' and option == 'ip':
LOG.debug("Host ip from configuration/environment was empty, programatically attempting to determine it.")
host_ip = utils.get_host_ip()
LOG.debug("Determined host ip to be: \"%s\"" % (host_ip))
LOG.debug("Determined your host ip to be: \"%s\"" % (host_ip))
return host_ip
elif section == 'passwords':
if auto_pw: