Update devstack/components/rabbit.py

This commit is contained in:
Joshua Harlow 2012-02-04 09:55:32 -08:00
parent 5cde9b6012
commit 4170f9e7a5

View File

@ -60,7 +60,7 @@ class RabbitUninstaller(comp.PkgUninstallComponent):
sh.execute(*cmd, run_as_root=True)
except IOError:
LOG.warn(("Could not reset the rabbit-mq password. You might have to manually "
"reset the password to \"%s\" before the next install") % (RESET_BASE_PW), exc_info=True)
"reset the password to \"%s\" before the next install") % (RESET_BASE_PW))
class RabbitInstaller(comp.PkgInstallComponent):