edda55e461
I think that docs will be better if the FWaaS, LBaaS and the VPNaaS be childs of the parent "Configuring the Network Services" instead of all be childs of "Deployment configuration". When I suggested the merge of all files in one didn't notice the existence of doctree, which I think its better. Change-Id: I9828ad579b9bc572a8cd6b6df700cab8a626506c
1.3 KiB
1.3 KiB
Home OpenStack-Ansible Installation Guide
Virtual Private Network Service (Optional)
The following procedure describes how to modify the
/etc/openstack_deploy/user_variables.yml
file to enable
VPNaaS.
Override the default list of Neutron plugins to include
vpnaas
:neutron_plugin_base: - router - metering
The complete neutron_plugin_base, at the time of this writing, is as follows:
neutron_plugin_base: - router - metering - vpnaas
Execute the Neutron install playbook in order to update the configuration:
# cd /opt/openstack-ansible/playbooks # openstack-ansible os-neutron-install.yml
Execute the Horizon install playbook in order to update the Horizon configuration to show the VPNaaS panels:
# cd /opt/openstack-ansible/playbooks # openstack-ansible os-horizon-install.yml
The VPNaaS default configuration options may be changed through the
conf
override mechanism using the
neutron_neutron_conf_overrides
dict.