Problem when verifyin installation of orchestration service
I got this error when using this command :
heat stack-create -f test-stack.yml -P "ImageID=cirros-0.3.2-x86_64;NetID=$NET_ID" testSta
ERROR: Property error : server1: image publicURL endpoint for compute not found
Could any one help me to figure out what's the problem??
are you sure you have an image with that ID? Try with command
then replace the heat command with a valid ID
When I tape this command I got this error Could not find any suitable endpoint. Correct region? ERROR: and the admin-openrc.sh is like this export OS_USERNAME=admin export OS_PASSWORD=mypassword export OS_TENANT_NAME=admin export OS_AUTH_URL=http://controller:35357/v2.0
Can you add the output of 'keystone catalog' ? Thanks.
I got this: Service: image +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminURL | http://controller:9292 | | id | 7566706b4e4b4b1491b2a2d11c0bfed2 | | internalURL | http://controller:9292 | | publicURL | http://controller:9292 | | region | regionOne | +-------------+----------------------------------+ Service: metering +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminURL | http://controller:8777 | | id | 52dec54cc31b44d4af60635b83335077 | | internalURL | http://controller:8777 | | publicURL | http://controller:8777 | | region | regionOne | +-------------+----------------------------------+ Service: cloudformation +-------------+----------------------------------+ | Property | Value | +-------------+----------------------------------+ | adminURL | http://controller:8000/v1 | | id | 00245938ff1546df82e6e02fabed4521 | | internalURL | http://controller:8000/v1 | | publicURL | http://controller:8000/v1 | | region | regionOne | +-------------+----------------------------------+ Service: volume +-------------+------------------------------------------------------------+ | Property | Value | +-------------+------------------------------------------------------------+ | adminURL | http://controller:8776/v1/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8776/v1/bbb659a7bc8...) | | id | 0d7ba85935d6491b9a0a25a6fbd74788 | | internalURL | http://controller:8776/v2/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8776/v2/bbb659a7bc8...) | | publicURL | http://controller:8776/v2/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8776/v2/bbb659a7bc8...) | | region | regionOne | +-------------+------------------------------------------------------------+ Service: orchestration +-------------+------------------------------------------------------------+ | Property | Value | +-------------+------------------------------------------------------------+ | adminURL | http://controller:8004/v1/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8004/v1/bbb659a7bc8...) | | id | 2c8038b79c5941f4a4388dca41b571b2 | | internalURL | http://controller:8004/v1/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8004/v1/bbb659a7bc8...) | | publicURL | http://controller:8004/v1/bbb659a7bc834635bb13b1c25bc39c27 (http://controller:8004/v1/bbb659a7bc8...) | | region | regionOne | +-------------+------------------------------------------------------------+ Service: object-store ...(more)
Do your nova service correctly work or not (I mean could you start VMs on your infrastructure or not)? Did you verify every single service as stated in the installation guide or not? Which openstack release are you using and on which type of OS?
I'm working on ubuntu 12.04