containerized-undercloud: don't manage stackrc
... it's already managed in THT in extraconfig/post_deploy/undercloud_post.sh script. Change-Id: I973fb328c8d81f4c08553df8636f796f48ed5e16
This commit is contained in:
@@ -27,13 +27,3 @@
|
||||
line: "export OS_PASSWORD={{ undercloud_admin_password.stdout }}"
|
||||
regexp: "OS_PASSWORD"
|
||||
|
||||
- when: containerized_undercloud|bool
|
||||
block:
|
||||
- name: Copy stackrc to ansible host
|
||||
tags:
|
||||
- undercloud-post-install
|
||||
fetch:
|
||||
flat: true
|
||||
src: stackrc
|
||||
dest: "{{ local_working_dir }}/stackrc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user