Merge "Remove unneed devstack early log file"

This commit is contained in:
Zuul 2018-02-13 21:14:46 +00:00 committed by Gerrit Code Review
commit b3517ca103
3 changed files with 1 additions and 8 deletions

View File

@ -6,9 +6,3 @@ Run devstack
:default: /opt/stack
The devstack base directory.
.. zuul:rolevar:: devstack_early_log
:default: /opt/stack/log/devstack-early.txt
The full devstack log that includes the whatever stack.sh logs before
the LOGFILE variable in local.conf is honoured.

View File

@ -1,2 +1 @@
devstack_base_dir: /opt/stack
devstack_early_log: /opt/stack/logs/devstack-early.txt

View File

@ -1,5 +1,5 @@
- name: Run devstack
shell: ./stack.sh 2>&1 {{ devstack_early_log }}
shell: ./stack.sh 2>&1
args:
chdir: "{{devstack_base_dir}}/devstack"
become: true