[Openstack] Quota changes don't "take"

2016-07-22 Thread Turbo Fredriksson
I'm running - s n i p - for proj in default $(openstack project list --column Name --format csv \ --quote none | grep -v ^Name) do openstack quota set --key-pairs 5 --fixed-ips 20 --floating-ips 50 \ --volumes 50 --snapshots 10 --ram 10240 --injected-files 10 \ --gi

Re: [Openstack] Trove: The Parameter (VolumeType) was not defined in template

2016-07-22 Thread Turbo Fredriksson
On Jul 22, 2016, at 2:55 PM, Amrith Kumar wrote: > This is the heat template as we discussed on IRC. Right. Since there is absolutly no mention about Trove not working [correctly/at all] with Heat any where on the 'Net, could we please have that added to the documentation? And the config optio

Re: [Openstack] [Sahara] Sahara can't SSH into instances - can'treadSSH protocol banner

2016-07-22 Thread Jeremy Freudberg
I have two Openstack environments, both configured in the same way. (The main difference is one has one controller and one compute node, and the other has two controllers and many compute nodes.) Rootwrap fixes my problem in the small environment, but the error persists in the big one. There isn't

Re: [Openstack] Trove: The Parameter (VolumeType) was not defined in template

2016-07-22 Thread Amrith Kumar
This is the heat template as we discussed on IRC. > -Original Message- > From: Turbo Fredriksson [mailto:tu...@bayour.com] > Sent: Thursday, July 21, 2016 6:05 PM > To: OpenStack Mailing List > Subject: [Openstack] Trove: The Parameter (VolumeType) was not defined in > template > > I'm t

Re: [Openstack] lanch instance from image located in the admin tab (dashboard)

2016-07-22 Thread David Gabriel
Thank you Rusty for your help. Yes I should make the image public in order to instancitate it ! But now I have an other issue. In fact, I lanch the image and my VM is running. It is attached with a key as well. When I try to connect to this VM using ssh command: ssh -i mykey.pem ubuntu@my_ip_addre

Re: [Openstack] [neutron] - vlan-aware-vms

2016-07-22 Thread Kevin Benton
Since they are essentially regular ports in the neutron data model, the regular rules for attaching to networks would apply. So you can should be able to create a sub-port on another network if that network is shared with you (either globally shared or via RBAC). On Wed, Jul 13, 2016 at 8:55 AM, F

Re: [Openstack] recover a deleted instance by mistake

2016-07-22 Thread Tomas Vondra
David Gabriel writes: > > > Thank very much.I forget to precise that I use the dashborad to delete the instance. > My storage system does not make any redundancy ! > > > Dears, > I have recently deleted one instance by mistake. > Is it possible to recover it ? > Any help is welcome. > Thanks