[openstack-dev] [Heat] heat is not present in keystone service-list

Steven Dake sdake at redhat.com
Tue Apr 8 15:44:02 UTC 2014


On 04/08/2014 07:00 AM, Peeyush Gupta wrote:
> Hi all,
>
> I have been trying to install heat with devstack. As shown here 
> http://docs.openstack.org/developer/heat/getting_started/on_devstack.html
>
> I added the IMAGE_URLS to the locarc file. Then I ran unstack.sh and 
> then stack.sh. Now, when I run heat stack-list, I get the following error:
>
>     $ heat stack-list
>     publicURL endpoint for orchestration not found
>
> I found that some people got this error because of wrong endpoint in 
> keystone service-list, but in my output there is no heat!
>
My guess is your devstack is older to the point of not having heat 
enabled by default.  You can add the following to your localrc:

# heat
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F18-x86_6
4-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F18-i3
86-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F19-i
386-cfntools.qcow2,http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F19-
x86_64-cfntools.qcow2,http://download.fedoraproject.org/pub/fedora/linux/release
s/20/Images/x86_64/Fedora-x86_64-20-20131211.1-sda.qcow2"


>     $ keystone service-list
> +----------------------------------+----------+-----------+---------------------------+
>     |                id                |   name   |  type   |       
>  description        |
> +----------------------------------+----------+-----------+---------------------------+
>     | 808b93d2008c48f69d42ae7555c27b6f |  cinder  | volume  |   Cinder 
> Volume Service   |
>     | f57c596db43443d7975d890d9f0f4941 | cinderv2 |  volumev2 | 
>  Cinder Volume Service V2 |
>     | d8567205287a4072a489a89959801629 |   ec2    |  ec2    |  EC2 
> Compatibility Layer  |
>     | 9064dc9d626045179887186d0b3647d0 |  glance  | image   |   
>  Glance Image Service   |
>     | 70cf29f8ceed48d0a39ba7e29481636d | keystone |  identity | 
> Keystone Identity Service |
>     | b6cca1393f814637bbb8f95f658ff70a |   nova   |  compute  |   
>  Nova Compute Service   |
>     | 0af6de1208a14d259006f86000d33f0d |  novav3  | computev3 |  Nova 
> Compute Service V3  |
>     | b170b6b212ae4843b3a6987c546bc640 |    s3    | s3    |           
>   S3            |
> +----------------------------------+----------+-----------+---------------------------+
>
> Please help me resolve this error.
> Thanks,
> ~Peeyush Gupta
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140408/014867f8/attachment.html>


More information about the OpenStack-dev mailing list