Enable heat services

Change-Id: I7fcd7a587597af56377b3422e70c9b882bd69f70
This commit is contained in:
Federico Ressi 2018-12-12 15:56:54 +01:00
parent a60699e423
commit 162fa85868
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# Directory where this plugin.sh file is
TOBIKO_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# source "${TOBIKO_PLUGIN_DIR}/customize_image.sh"
function tobiko_install {
echo_summary "Installing tobiko-plugin"

View File

@ -17,6 +17,15 @@ USE_PYTHON3=true
# Enable tobiko plugin
enable_plugin tobiko /vagrant
#Enable heat services
enable_plugin heat https://git.openstack.org/openstack/heat
# download and register a VM image that heat can launch
IMAGE_URL_SITE="https://download.fedoraproject.org"
IMAGE_URL_PATH="/pub/fedora/linux/releases/29/Cloud/x86_64/images/"
IMAGE_URL_FILE="Fedora-Cloud-Base-29-1.2.x86_64.qcow2"
IMAGE_URLS+=","$IMAGE_URL_SITE$IMAGE_URL_PATH$IMAGE_URL_FILE
# Configure neutron
enable_service neutron
NETWORK_API_EXTENSIONS=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-bw-minimum-ingress,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-mac-address-regenerate,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-segment,standard-attr-timestamp,standard-attr-tag,subnet_allocation,trunk,trunk-details,uplink-status-propagation