diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-07-01 04:33:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-01 04:33:46 +0000 |
commit | f2d1fe75e950bcff3bd119731f86edac8bcea69b (patch) | |
tree | f7473dad0103a49bd9cf0dea58acebbbf09574ba | |
parent | 27858564cfaf4809808de52a843d2c60c13326e2 (diff) | |
parent | 0aecd87ab905dc552eaae30c52badbf39b8263a7 (diff) |
Merge "Bugfix: ansible install.yaml missing configure_gui step"
-rw-r--r-- | ansible/install.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml index d1745798c..e93232d06 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -35,6 +35,7 @@ - install_yardstick - configure_uwsgi - configure_nginx + - configure_gui - download_trex - install_trex - configure_rabbitmq |