longname for update_salt_bootstrap function changed to update_bootstrap

This commit is contained in:
ydavid365 2013-01-23 13:13:28 -08:00 committed by John Albietz
parent a189825bbf
commit c55abfecb0
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class SaltCloud(parsers.SaltCloudParser):
import saltcloud.cloud
mapper = saltcloud.cloud.Map(self.config)
if self.options.usb:
if self.options.update_bootstrap:
import urllib
branch = 'develop'
url = ('https://raw.github.com/saltstack/salt-bootstrap/{0}/bootstrap-salt-minion.sh'.format(branch))

View File

@ -199,7 +199,7 @@ class ExecutionOptionsMixIn(object):
help='Build all of the specified virtual machines in parallel'
)
group.add_option(
'-u', '--usb',
'-u', '--update_bootstrap',
default=False,
action='store_true',
help='Update salt-bootstrap to the latest develop version on GitHub'