🚧 update open stack_command to accept a cloud parameter
This commit is contained in:
parent
897052b246
commit
77a5a9369c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def openstack_cmd(cmd, args, as_json=False):
|
|||
"""
|
||||
|
||||
cmd = cmd.replace("\n", " ")
|
||||
cmd = "OS_CLOUD=standalone openstack " + cmd
|
||||
cmd = f"OS_CLOUD={args.cloud} openstack " + cmd
|
||||
|
||||
if args.ssh:
|
||||
cmd = f'ssh {args.ssh} "{cmd}"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue