Skip to content

Commit 57da47c

Browse files
committed
removed help on obsolete command-line switches
Signed-off-by: Matthias Büchse <[email protected]>
1 parent c6e3d33 commit 57da47c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tests/iaas/flavor-naming/flavor-names-openstack.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@ def usage(rcode=1):
3333
"help output"
3434
print("Usage: flavor-names-openstack.py [options]", file=sys.stderr)
3535
print("Options: [-c/--os-cloud OS_CLOUD] sets cloud environment (default from OS_CLOUD env)", file=sys.stderr)
36-
print(" [-C/--mand mand.yaml] overrides the list of mandatory flavor names", file=sys.stderr)
37-
print(" [-1/--v1prefer] prefer v1 flavor names (but still tolerates v2", file=sys.stderr)
38-
print(" [-o/--accept-old-mandatory] prefer v2 flavor names, but v1 ones can fulfill mand list", file=sys.stderr)
39-
print(" [-2/--v2plus] only accepts v2 flavor names, old ones result in errors", file=sys.stderr)
40-
print(" [-3/--v3] differentiate b/w mand and recommended flavors", file=sys.stderr)
41-
print(" [-v/--verbose] [-q/--quiet] control verbosity of output", file=sys.stderr)
4236
print("This tool retrieves the list of flavors from the OpenStack cloud OS_CLOUD", file=sys.stderr)
43-
print(" and checks for the presence of the mandatory SCS flavors (read from mand.yaml)", file=sys.stderr)
4437
print(" and reports inconsistencies, errors etc. It returns 0 on success.", file=sys.stderr)
4538
sys.exit(rcode)
4639

0 commit comments

Comments
 (0)