commit | 962ee5f441e556440aaa3dd04934e269930b4b2a | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon Dec 19 02:40:08 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon Dec 19 02:40:08 2016 +0200 |
tree | 2920dfd41c559646cf0466462dda7921cd7957be | |
parent | e7e1a4d9933b14c336be5f590c595e5528474dbd [diff] [blame] |
Skeleton and sensors works
diff --git a/wally/fuel_rest_api.py b/wally/fuel_rest_api.py index 6117606..8907b81 100644 --- a/wally/fuel_rest_api.py +++ b/wally/fuel_rest_api.py
@@ -13,7 +13,7 @@ from keystoneclient.v2_0 import Client as keystoneclient -logger = logging.getLogger("wally.fuel_api") +logger = logging.getLogger("wally") class Connection(metaclass=abc.ABCMeta):