From e751dd0ebe363f5637694df3e1add7a28da3ce8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 27 Apr 2015 21:46:12 +0000 Subject: [PATCH] install firewall and metering agent --- files/fedora-cloud/packstack-controller-answers.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index 1dcebcab1d..595882cb4d 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -214,7 +214,7 @@ CONFIG_NOVA_NETWORK_FLOATRANGE={{ public_interface_cidr }} CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=external # Automatically assign a floating IP to new instances -CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=y +CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n # First VLAN for private networks CONFIG_NOVA_NETWORK_VLAN_START=100 @@ -258,6 +258,16 @@ CONFIG_NEUTRON_L2_PLUGIN=ml2 # metadata agent CONFIG_NEUTRON_METADATA_PW={{ NEUTRON_PASS }} +# Set to 'y' if you would like Packstack to install Neutron LBaaS +CONFIG_LBAAS_INSTALL=y + +# Set to 'y' if you would like Packstack to install Neutron L3 +# Metering agent +CONFIG_NEUTRON_METERING_AGENT_INSTALL=y + +# Whether to configure neutron Firewall as a Service +CONFIG_NEUTRON_FWAAS=y + # A comma separated list of network type driver entrypoints to be # loaded from the neutron.ml2.type_drivers namespace. CONFIG_NEUTRON_ML2_TYPE_DRIVERS=local,flat,gre