Changed some credentials (does not affect functionality).

This commit is contained in:
Sumit Naiksatam 2011-07-08 14:40:56 -07:00
parent c644206e43
commit 5c1bca06ff
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LOG.basicConfig(level=LOG.WARN)
LOG.getLogger(const.LOGGER_COMPONENT_NAME)
_creds_dictionary = {
'172.20.231.27': ["admin", "c3l12345"],
'10.10.10.10': ["username", "password"],
'127.0.0.1': ["root", "nova"]
}