Merge "Download and Install neutron-fwaas-dashboard"

This commit is contained in:
Jenkins 2017-10-06 23:31:20 +00:00 committed by Gerrit Code Review
commit 9d7ae4a357
2 changed files with 8 additions and 0 deletions

View File

@ -288,6 +288,7 @@ horizon_pip_packages:
- MySQL-python - MySQL-python
- PyMySQL - PyMySQL
- neutron-lbaas-dashboard - neutron-lbaas-dashboard
- neutron-fwaas-dashboard
- oslo.config - oslo.config
- ply - ply
- python-memcached - python-memcached

View File

@ -112,6 +112,13 @@
state: "{{ (horizon_enable_neutron_lbaas | bool) | ternary('link', 'absent') }}" state: "{{ (horizon_enable_neutron_lbaas | bool) | ternary('link', 'absent') }}"
notify: Restart apache2 notify: Restart apache2
- name: Enable the neutron-fwaas-dashboard Horizon panel
file:
src: "{{ horizon_lib_dir }}/neutron_fwaas_dashboard/enabled/_7010_project_firewalls_panel.py"
path: "{{ horizon_lib_dir }}/openstack_dashboard/local/enabled/_7010_project_firewalls_panel.py"
state: "{{ (horizon_enable_neutron_fwaas | bool) | ternary('link', 'absent') }}"
notify: Restart apache2
- name: Create horizon links - name: Create horizon links
file: file:
src: "{{ item.src }}" src: "{{ item.src }}"