@@ -330,7 +330,7 @@ class ClusterAutoDeployCommand(ClusterMirrorCommand):
self.parser.add_option('-c','--config',type='string',help="Path to the configuration file.")
self.parser.add_option('-f','--force',action='store_true',help="Force autodeploy, overwrite the home_path.")
self.parser.add_option('-U','--unuselibrepo','--ulp',action='store_true',help="Disable OBD from installing the libs mirror automatically.")
self.parser.add_option('-A','--auto-create-tenant','--act',action='store_true',help="Disable OBD from creating a tenant named `test` by using all the available resource of the cluster.")
self.parser.add_option('-A','--auto-create-tenant','--act',action='store_true',help="Automatically create a tenant named `test` by using all the available resource of the cluster.")
self.parser.add_option('--force-delete',action='store_true',help="Force delete, delete the registered cluster.")
self.parser.add_option('-s','--strict-check',action='store_true',help="Throw errors instead of warnings when check fails.")
...
...
@@ -352,7 +352,7 @@ class ClusterDeployCommand(ClusterMirrorCommand):
self.parser.add_option('-c','--config',type='string',help="Path to the configuration yaml file.")
self.parser.add_option('-f','--force',action='store_true',help="Force deploy, overwrite the home_path.",default=False)
self.parser.add_option('-U','--unuselibrepo','--ulp',action='store_true',help="Disable OBD from installing the libs mirror automatically.")
self.parser.add_option('-A','--auto-create-tenant','--act',action='store_true',help="Disable OBD from creating a tenant named `test` by using all the available resource of the cluster.")
self.parser.add_option('-A','--auto-create-tenant','--act',action='store_true',help="Automatically create a tenant named `test` by using all the available resource of the cluster.")
# self.parser.add_option('-F', '--fuzzymatch', action='store_true', help="enable fuzzy match when search package")