commit | 2c473091029d5418088e4ddf142ca403059277f5 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sun Mar 29 17:12:13 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sun Mar 29 17:12:13 2015 +0300 |
tree | adb6945e9c7659885d055f79397937eb111e0fd8 | |
parent | fb23a264c64bb791bf8d74ec782a013527b2fff7 [diff] [blame] |
large commit. new code, with sensors, line count dropped, etc
diff --git a/keystone.py b/keystone.py index e6308b5..3ae5e7a 100644 --- a/keystone.py +++ b/keystone.py
@@ -75,7 +75,7 @@ self.keystone.authenticate() self.headers['X-Auth-Token'] = self.keystone.auth_token except exceptions.AuthorizationFailure: - print 'asdfsf' + raise def do(self, method, path, params=None): """Do request. If gets 401 refresh token"""