Skip to content

Commit

Permalink
user part of docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 6, 2023
1 parent b31672c commit e1e6ea6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions simple_vm_client/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ def has_forc(self) -> bool:
def get_forc_url(self) -> str:
return self.forc_connector.get_forc_access_url()

def get_openresty_url(self) -> str:
return self.forc_connector.get_openresty_url()

def create_snapshot(
self,
openstack_id: str,
Expand Down
4 changes: 0 additions & 4 deletions simple_vm_client/forc_connector/forc_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,6 @@ def get_forc_access_url(self) -> str:
logger.info("Get Forc Access Url")
return self.FORC_ACCESS_URL

def get_openresty_url(self) -> str:
logger.info("get openresty url")
return self.OPE

def load_env(self) -> None:
logger.info("Load env: FORC")
self.FORC_API_KEY = os.environ.get("FORC_API_KEY", None)
Expand Down

0 comments on commit e1e6ea6

Please sign in to comment.