[PKG-Openstack-devel] Bug#832025: heat-api-cfn: Does not setup service and endpoints at install time.

Turbo Fredriksson turbo at bayour.com
Thu Jul 21 13:43:46 UTC 2016


Package: heat-api-cfn
Version: 1:6.0.0-2
Severity: important

The service and endpoints needs to be setup for Heat to work
correctly.

----- s n i p -----
REGION_NAME="<debconf: heat-api:heat/region-name>"
SERVICE_NAME="heat-cfn"
SERVICE_DESC="Orchestration CloudFormation"
SERVICE_TYPE="cloudformation"
PKG_ENDPOINT_IP="<debconf: heat-api:heat/endpoint-ip>"
SERVICE_PORT="8000"
SERVICE_URL="/v1"

openstack service create --name=${SERVICE_NAME} --description="${SERVICE_DESC}" ${SERVICE_TYPE}

openstack endpoint create --region "${REGION_NAME}" ${SERVICE_NAME} public   http://${PKG_ENDPOINT_IP}:${SERVICE_PORT}${SERVICE_URL}
openstack endpoint create --region "${REGION_NAME}" ${SERVICE_NAME} internal http://${PKG_ENDPOINT_IP}:${SERVICE_PORT}${SERVICE_URL}
openstack endpoint create --region "${REGION_NAME}" ${SERVICE_NAME} admin    http://${PKG_ENDPOINT_IP}:${SERVICE_PORT}${SERVICE_URL}
----- s n i p -----

See point 8 at http://docs.openstack.org/icehouse/install-guide/install/yum/content/heat-install.html

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages heat-api-cfn depends on:
ii  adduser              3.115
ii  heat-common          1:6.0.0-2
ii  init-system-helpers  1.36
ii  lsb-base             9.20160629
pn  python:any           <none>

heat-api-cfn recommends no packages.

heat-api-cfn suggests no packages.

-- no debconf information



More information about the Openstack-devel mailing list