예제 #1
0
 def __init__(self,
              username,
              email,
              defaultproj,
              projectlist,
              cloudname,
              cloudcreds,
              cloudadmincreds=None):
     self._keystone = None
     self._keystone_admin = None
     cloudmesh_cloud.__init__(self, username, email, defaultproj,
                              projectlist, cloudname, cloudcreds,
                              cloudadmincreds)
 def __init__(self, username, email, defaultproj, projectlist, cloudname, cloudcreds, cloudadmincreds=None):
     self._keystone = None
     self._keystone_admin = None
     cloudmesh_cloud.__init__(self, username, email, defaultproj, projectlist, cloudname, cloudcreds, cloudadmincreds)
예제 #3
0
 def __init__(self, profiledata, defaultproj, projectlist, cloudname, clouddata):
     self._credentials = None
     self._keystone = None
     cloudmesh_cloud.__init__(self, profiledata, defaultproj, projectlist, cloudname, clouddata)