Merge "Don't throw valueerror on bootstrap"
This commit is contained in:
commit
2eeb8d5cd5
@ -152,9 +152,9 @@ class BootStrap(BaseApp):
|
||||
self.endpoints = None
|
||||
|
||||
if self.password is None:
|
||||
print(_('Either --bootstrap-password argument or '
|
||||
print(_('ERROR: Either --bootstrap-password argument or '
|
||||
'OS_BOOTSTRAP_PASSWORD must be set.'))
|
||||
raise ValueError
|
||||
sys.exit(1)
|
||||
|
||||
self.bootstrapper.admin_password = self.password
|
||||
self.bootstrapper.admin_username = self.username
|
||||
|
Loading…
x
Reference in New Issue
Block a user