Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
This option is only applicable if you are coming from Nimbus 2.5, the…
Browse files Browse the repository at this point in the history
…re is a different path for 2.6
  • Loading branch information
timf committed Jan 6, 2011
1 parent 9fb979d commit 8240662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/libexec/nimbusconfigure.py
Expand Up @@ -196,8 +196,8 @@ class ARGS:
IMPORTPREV_LONG= "--import-prev" IMPORTPREV_LONG= "--import-prev"
IMPORTPREV_HELP = "[Only used programmatically]" IMPORTPREV_HELP = "[Only used programmatically]"


IMPORTVMMS_LONG= "--import-vmms" IMPORTVMMS_LONG= "--import-2.5-vmms"
IMPORTVMMS_HELP = "Import VMMs from an old-style 'vmm-pools' directory" IMPORTVMMS_HELP = "Import VMMs from an old-style 2.5 'vmm-pools' directory"


IMPORTCUMUDB_LONG= "--import-cumulusdb" IMPORTCUMUDB_LONG= "--import-cumulusdb"
IMPORTCUMUDB_HELP = "[Only used programmatically]" IMPORTCUMUDB_HELP = "[Only used programmatically]"
Expand Down Expand Up @@ -249,7 +249,7 @@ def parsersetup():
dest="importdb", metavar="PATH", help=ARGS.IMPORTDB_HELP) dest="importdb", metavar="PATH", help=ARGS.IMPORTDB_HELP)


group.add_option(ARGS.IMPORTVMMS_LONG, group.add_option(ARGS.IMPORTVMMS_LONG,
dest="import2.5vmms", metavar="PATH", help=ARGS.IMPORTVMMS_HELP) dest="importvmms", metavar="PATH", help=ARGS.IMPORTVMMS_HELP)


group.add_option(ARGS.IMPORTPREV_LONG, group.add_option(ARGS.IMPORTPREV_LONG,
action="store_true", dest="importprev", default=False, action="store_true", dest="importprev", default=False,
Expand Down

0 comments on commit 8240662

Please sign in to comment.