示例#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()