Merge "Change the way how we instantiate fuel client"

This commit is contained in:
Jenkins 2017-02-15 13:40:13 +00:00 committed by Gerrit Code Review
commit c2e6e802cb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class MasterNodeSettings(object):
class_api_path = "settings/"
def __init__(self):
self.connection = client.APIClient
self.connection = client.APIClient.default_client()
def update(self, data):
return self.connection.put_request(