40ba2909d8
Loosely followed this document for setting up Heat: http://docs.openstack.org/icehouse/install-guide/install/yum/content/heat-install.html Some gotchas: - crux doesn't require escaping parenthesis for endpoint creation like keystone client - heat icehouse packages are configured for qpid, so kombu had to be specified specifically This firewall reference was handy for port information: http://docs.openstack.org/trunk/config-reference/content/firewalls-default-ports.html Implements: blueprint kube-heat-container Change-Id: Ie4291a6c4c2b85a23a71fc0a003d9160bf0a32b8
8 lines
101 B
YAML
8 lines
101 B
YAML
apiVersion: v1beta1
|
|
containerPort: 8004
|
|
id: heat-api
|
|
kind: Service
|
|
port: 8004
|
|
selector:
|
|
name: heat
|