[Openstack] How to run the HEAT autoscaling YAML

2014-11-02 Thread Mridhul Pax
Hello All, I'm trying to run the autoscaling heat template under : https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml Can someone quickly help me how to run this and what all the parameters to pass ? Im a newbie and getting confused with the parameters to be passed. Tha

Re: [Openstack] Fail to launch instance due to "No valid host was found" ERROR

2014-11-02 Thread David S.
Hi, Please check you storage backend, is that available to create an instance? Best regards, David S. e. da...@zeromail.us w. http://blog.pnyet.web.id On Mon, Nov 3, 2014 at 10:34 AM, Damon Wang wrote: > Hi, > > Maybe you can try to use qemu i

Re: [Openstack] Fail to launch instance due to "No valid host was found" ERROR

2014-11-02 Thread Damon Wang
Hi, Maybe you can try to use qemu instead of kvm in your nova's config. If it doesn't work, plz paste config file and detailed information on a paste like http://paste.openstack.org/ Hope helps, Damon Wang 2014-11-03 10:56 GMT+08:00 Du Jun : > Hi all, > > When I try to launch an instance using

[Openstack] Fail to launch instance due to "No valid host was found" ERROR

2014-11-02 Thread Du Jun
Hi all, When I try to launch an instance using command: "nova boot --flavor 2 --image 575623a9-fcbe-4925-86c0-0042d2cb9745 test-nova " I get the following message: fault| {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "

Re: [Openstack] Fail to install devstack due to keystone token-get error

2014-11-02 Thread Du Jun
I solved it by uninstall devstack and use apt-get autoremove some older version detain packages. 2014-10-31 13:06 GMT+08:00 Du Jun : > Hi all, > > When I install devstack, I met an error about keystone, which prevent its > process. > > 2014-10-31 03:24:11.028 | ++ keystone token-get > > 2014-10-3

[Openstack] cinder error deleting ceph snapshots

2014-11-02 Thread Don Waterloo
I am running juno on Ubuntu 14.10. I am running ceph as the cinder backend. If i run; cinder create --name test-volume 1 cinder snapshot-create --name test-snapshot test-volume cinder snapshot-delete test-snapshot cinder snapshot-list I will see the newly created snapshot is in 'error_deleting' s

[Openstack] Error while installing keystone

2014-11-02 Thread varun bhatnagar
Hi, I am new to openstack. I am trying to do multinode installation of openstack and I am trying to install Juno on SLES 11 SP3. I was following the installation instruction given in the installation guide ( http://docs.openstack.org/trunk/install-guide/install/zypper/content/keystone-install.htm

Re: [Openstack] nova image-list - ERROR: Unauthorized (HTTP 401)

2014-11-02 Thread Yankai Liu
may you check the password consistency defined in glance-api.conf and in keystone database? Please try to update the glance user password on keytsone. # on glance node less /etc/glance/glance-api.conf *admin_password* = # on keystone node keystone user-password-update --pass <*admin_passwor