Drop experimental for tripleo deploy
We've used this for many releases now and we're unlikely to change it now. Let's drop the experimental warning. Change-Id: Ib4c7520cc4dc12ca5967d638a15d74b14be5ca62
This commit is contained in:
parent
54a6f7eaf4
commit
a6ceb26fb8
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Removed experimental designation from tripleo deploy since we've used it for
|
||||
several releases now and we're unlikely to change how it works.
|
@ -1211,13 +1211,7 @@ class Deploy(command.Command):
|
||||
|
||||
def _standalone_deploy(self, parsed_args):
|
||||
extra_env_var = dict()
|
||||
# NOTE(aschultz): the tripleo deploy interface is experimental but only
|
||||
# when not being invoked via undercloud install. Print a warning...
|
||||
if not self._is_undercloud_deploy(parsed_args):
|
||||
self.log.warning('[EXPERIMENTAL] The tripleo deploy interface is '
|
||||
'an experimental interface. It may change in the '
|
||||
'next release.')
|
||||
else:
|
||||
if self._is_undercloud_deploy(parsed_args):
|
||||
extra_env_var['ANSIBLE_LOG_PATH'] = os.path.join(
|
||||
parsed_args.output_dir, constants.UNDERCLOUD_LOG_FILE)
|
||||
if not parsed_args.local_ip:
|
||||
|
Loading…
x
Reference in New Issue
Block a user