diff --git a/magemaker/runner.py b/magemaker/runner.py index 3a650ea..050f373 100644 --- a/magemaker/runner.py +++ b/magemaker/runner.py @@ -202,7 +202,7 @@ def runner(): parser.add_argument( "--cloud", - choices=['aws', 'gcp', 'azure', 'IBM', 'cisco', 'hetzner'], + choices=['aws', 'gcp', 'azure', 'IBM', 'cisco', 'hetzner', 'ovs'], help="Specify the cloud provider for configuration and deployment" )