Fixed misspelling in behavior init
Change-Id: I358d383d9f61b4e1765f6a55532020e5ed52c403
This commit is contained in:
@@ -24,7 +24,7 @@ from cloudcafe.objectstorage.objectstorage_api.client \
|
||||
class ObjectStorageAPI_Behaviors(BaseBehavior):
|
||||
def __init__(self, client=None):
|
||||
self.client = client
|
||||
self.cofnig = ObjectStorageAPIConfig()
|
||||
self.config = ObjectStorageAPIConfig()
|
||||
|
||||
@behavior(ObjectStorageAPIClient)
|
||||
def create_container(self, name=None):
|
||||
|
||||
Reference in New Issue
Block a user