Your message dated Sun, 9 Oct 2016 00:18:53 +0200
with message-id <[email protected]>
and subject line Will not add this feature
has caused the Debian Bug report #832025,
regarding heat-api-cfn: Does not setup service and endpoints at install time.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
832025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832025
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Hi,

I will not implement this feature. Those who want to use heat-cfn can
manually declare the endpoint. If you still want this feature to be
implemented, feel free to propose a change request, and I will approve
it if it is written correctly.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply via email to