--sol005 as default option
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 29 May 2018 07:48:12 +0000 (09:48 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 1 Jun 2018 05:37:02 +0000 (07:37 +0200)
Change-Id: Ib834f4b17fdaf5203d7597edbea8400a540ac8a6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/scripts/osm.py

index 9e2304b..d581228 100755 (executable)
@@ -69,10 +69,10 @@ def check_client_version(obj, what, version='sol005'):
               envvar='OSM_RO_PORT',
               help='hostname of RO server.  ' +
                    'Also can set OSM_RO_PORT in environment')
-@click.option('--sol005',
-              is_flag=True,
+@click.option('--sol005/--no-sol005',
+              default=True,
               envvar='OSM_SOL005',
-              help='Use ETSI NFV SOL005 API')
+              help='Use ETSI NFV SOL005 API (default) or the previous SO API')
 @click.pass_context
 def cli(ctx, hostname, so_port, so_project, ro_hostname, ro_port, sol005):
     if hostname is None: