Merge "Download and Install neutron-fwaas-dashboard"
This commit is contained in:
commit
9d7ae4a357
@ -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
|
||||||
|
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user