Drop config-download-environment.yaml from deployed_server_env

Change-Id: I50d0c0d8741c076f0bab59aee3a7fb695d742f1c
Partial-Bug: #1832441
This commit is contained in:
Rabi Mishra 2019-06-17 18:45:59 +05:30
parent 05f0218a0c
commit d26d7d770f
2 changed files with 0 additions and 8 deletions

View File

@ -788,8 +788,6 @@ class TestDeployUndercloud(TestPluginV1):
expected_env = [
os.path.join(tht_render, plan_env_env_name),
os.path.join(tht_render, 'passwords.yaml'),
os.path.join(tht_render,
'environments/config-download-environment.yaml'),
os.path.join(tht_render,
'environments/deployed-server-noop-ctlplane.yaml'),
os.path.join(tht_render,

View File

@ -674,12 +674,6 @@ class Deploy(command.Command):
)
environments.append(pw_file)
# use deployed-server because we run os-collect-config locally
deployed_server_env = os.path.join(
self.tht_render, 'environments',
'config-download-environment.yaml')
environments.append(deployed_server_env)
# use deployed-server because we run os-collect-config locally
deployed_server_env = os.path.join(
self.tht_render, 'environments',