Fixed pep8 dependency conflict

Change-Id: I174a4e0b370ee8ee3bed6a749fc1cca4317b7ba6
This commit is contained in:
kgriffs 2013-07-02 17:20:43 -06:00
parent 85177f7051
commit 8bf10fe4df
2 changed files with 4 additions and 6 deletions

View File

@ -29,10 +29,10 @@ def get_keystone_token():
"""Gets Keystone Auth token."""
req_json = {
'auth': {
'passwordCredentials': {
'username': CFG.username,
'password': CFG.password
}
'passwordCredentials': {
'username': CFG.username,
'password': CFG.password
},
},
}

View File

@ -15,6 +15,4 @@ nose-exclude
openstack.nose_plugin
# Metrics and style
coverage
flake8
hacking