exit(0) class glance_api: def__init__(self,headers: diet, resUrl: str): self.headers = headers self.resUrl = resUrl #创建zlancc镜像 def create_glance(self, container_format="bare", disk_format="qcow2"): body ={ "container_format": container_format, "disk_format": disk_format, "...