File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments