Re: [Openstack] neutron, nova and vif_plugging_* in nova.conf

2014-06-21 Thread Gary Kotton
Hi, The flag makes the libvirt driver use the instance event mechanism to wait for neutron to confirm that the VIF plugging is complete before actually starting the VM. In order for this to work correctly you also Need to make sure that Neutron is aware of these event. Thanks Gary On 6/22/14, 12:4

Re: [Openstack] OpenStack "Soft Reboot Instance" does not gracefully restart Instances

2014-06-21 Thread Martinx - ジェームズ
Hey Anne, tks for your reply! In fact, I would like to reconfigure the action of "*Shut Off Instance*", accessible from Horizon menu. The action "Soft Reboot Instance" *works okay*. But, "*Shut Off Instance*" destroys it and I would like to make it work like "virsh shutdown instance-XXX" instead.

[Openstack] neutron, nova and vif_plugging_* in nova.conf

2014-06-21 Thread Dmitry S. Makovey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, while setting up RDO version of OpenStack I've had some issues (see thread "struggling with neutron inside VM" ) and one suggestion I came across ( http://openstack.redhat.com/Workarounds#nova:_instances_started_in_error_state ) was to modify nova

Re: [Openstack] keypair workaround

2014-06-21 Thread Daniel Galambos
hi. if you put your private key to ~/.ssh/id_rsa openSSH automatically tries it. alternatively, you can specify it in ~/.ssh/config file per-host (for syntax and config options, see man ssh_config). Dancsa 2014.06.21. 20:03 keltezéssel, Frans Thamura írta: hi all i use keypair to ssh the

[Openstack] keypair workaround

2014-06-21 Thread Frans Thamura
hi all i use keypair to ssh the instance inside openstack this is my syntax ssh –i keypair2.pem ubuntu@10.163.209.2 i want to make more common ssh without have to add -i keypair2.pem any idea? f ___ Mailing list: http://lists.openstack.org/cgi-bin/

Re: [Openstack] OpenStack "Soft Reboot Instance" does not gracefully restart Instances

2014-06-21 Thread Anne Gentle
Seems like nova reboot is a default soft (graceful shutdown and restart). Use nova reboot --hard for a forced shutdown and restart. http://docs.openstack.org/user-guide/content/reboot.html Is that what you seek? On Sat, Jun 14, 2014 at 1:39 PM, Martinx - ジェームズ wrote: > Guys, > > No one kno

Re: [Openstack] Tenant List

2014-06-21 Thread Georgios Dimitrakakis
It seems that a bug for this already existed: https://bugs.launchpad.net/python-novaclient/+bug/1134382 It is shown as fixed and I can confirm that the usage of --tenant is working using the following syntax: nova list --all-tenants --tenant 965bd35fbef24133951a6bee429cd5be It seems that has