Пример #1
0
 def test_create_swift_public(self):
     options = OpenstackOptions(user_name="user", tenant_name="tenant",
                                project_name="project", auth_url="url",
                                password="******",
                                identity_api_version="3",
                                endpoint_type="adminURL")
     client = ClientManager(options, None, None, None)
     client.create_swift()
Пример #2
0
 def test_create_nova(self):
     client = ClientManager(self.fake_options, None, None, None)
     client.create_nova()
Пример #3
0
 def test_create_swift_public(self):
     options = OpenstackOptions("user", "tenant", "url", "password", endpoint_type="adminURL")
     client = ClientManager(options, None, None, None)
     client.create_swift()