Re: [Openstack] [openstack-dev] [Neutron][Subnet] Unable to update external network subnet's gateway-ip

2014-05-07 Thread Vishal2 Agarwal
Hi All, Putting it in the right forum. Please help. Regards, Vishal From: Vishal2 Agarwal Sent: Wednesday, May 07, 2014 12:28 PM To: 'openstack-...@lists.openstack.org' Subject: [openstack-dev] [Neutron][Subnet] Unable to update external network subnet's gateway-ip Hi All, I am trying below s

[Openstack] nova compute error

2014-05-07 Thread sonia verma
Hi I'm getting foollowing error while booting VM on compute node in nova-compute service using devstack due to which the VM is stuck at spawning state.. ERROR nova.openstack.common.rpc.amqp [req-da485913-0cb2-47c1-ac61-6657361286c3 nova service] Exception during message handling [16:18:23] Abhis

Re: [Openstack] multi-region setup

2014-05-07 Thread Subbu Allamaraju
You will need to make keystone a global service. In the real world, this would require setting up keystone with backend replicated between your "regions". Subbu > On May 6, 2014, at 23:27, Jitendra Kumar Bhaskar > wrote: > > @Richard : For different keystone its working but its asking for

[Openstack] Additional boot device

2014-05-07 Thread Matej
Hi, what is the recommended procedure when you want to boot an existing nova instance with a higher priority ISO - for example gparted ISO to change some volume / partition changes? In virsh I simply added a cdrom type device and it had a higher priority. Thanks, Matej __

Re: [Openstack] multi-region setup

2014-05-07 Thread Jitendra Kumar Bhaskar
Thanks Richard. I am trying to do the same. It would be good if that works. Regards *Jitendra Bhaskar* M :- +91-9989743042 On Wed, May 7, 2014 at 6:05 PM, Subbu Allamaraju wrote: > You will need to make keystone a global service. In the real world, this > would require setting up keystone

[Openstack] [Nova Network] Hosts lost connectivity but not instances

2014-05-07 Thread Naman Muley
Hello, I have a multi-node install of openstack havana. Until yesterday I had all the nodes and instances with proper connectivity, using FlatDHCPManager. Today, when I tried to check connectivity, all compute hosts are unable to send a ping outside the machine. Curiously, the instances are still

[Openstack] [Neutron] Single network with multiple segments (and subnets restricted to segments)

2014-05-07 Thread Joe Harrison
I'm trying to implement a user-transparent network using VLANS. The current network is segmented into /24 blocks of addresses, each on their own VLAN, for example: - VLAN 1: 192.168.0.0/24 - VLAN 2: 192.168.0.0/24 These VLANs are available to all hypervisors, but my question is as follows: How

[Openstack] CloudTrail equivalent for OpenStack

2014-05-07 Thread Magesh mannar
Hi I am new to OpenStack and sorry for the trivial question. I would like to know if there is any project / module equivalent to or similar to AWS cloudTrail.Any pointers would be helpful. Thank you Magesh ___ Mailing list: http://lists.openstack.or

[Openstack] CPU Flags with KVM/OpenStack

2014-05-07 Thread Erich Weiler
Hey Y'all, I've got a working installation of OpenStack Icehouse running on CentOS 6.5, works great. However, one of my image types, a FreeBSD 10.0 image, is not playing well with a CPU flag and KVM on my compute nodes. What I need to do is disable a CPU feature in the KVM libvirt.xml files

[Openstack] Atlanta Summit – Discuss docs process and tool improvements

2014-05-07 Thread Anne Gentle
Hi all, Anne here - your friendly documentarian! As the docs PTL, it’s my job to gather input about and make doc tool and process decisions. This note is the first step: Your responses to this note give me input to share at the Summit where, hopefully, we will form a consensus about process and t

[Openstack] API question: what exactly is "status" ?

2014-05-07 Thread Sekhar Vajjhala
In the following call GET /v2/{tenant-id}/servers/{server-id} the HTTP response returns four statuses { server: { status: "ACTIVE" , OS-EXT-STS.power_state: 1, OS-EXT-STS:task_state: null, OS-EXT-STS:vm_state: "active", } } Three of the above power_state, ta

[Openstack] securing connection nova to keystone https

2014-05-07 Thread Remo Mattei
Hello guys, I wonder if anyone has any suggestions on changing from http to https interprocess communication like nova to keystone etc.. not for the DASHBOARD. so all the api calls will go over https. Any other suggestions will be welcomed. Thanks ___

Re: [Openstack] securing connection nova to keystone https

2014-05-07 Thread Anne Gentle
Do you mean something like this: http://docs.openstack.org/security-guide/content/ch020_ssl-everywhere.html On Wed, May 7, 2014 at 12:25 PM, Remo Mattei wrote: > Hello guys, > I wonder if anyone has any suggestions on changing from http to https > interprocess communication like nova to keys

Re: [Openstack] securing connection nova to keystone https

2014-05-07 Thread gustavo panizzo
On 05/07/2014 04:25 PM, Remo Mattei wrote: > Hello guys, > I wonder if anyone has any suggestions on changing from http to https > interprocess communication like nova to keystone etc.. not for the DASHBOARD. create a CA for the certs, import the public key of the CA on all the boxes. it will sa

Re: [Openstack] securing connection nova to keystone https

2014-05-07 Thread Rob Crittenden
gustavo panizzo wrote: On 05/07/2014 04:25 PM, Remo Mattei wrote: Hello guys, I wonder if anyone has any suggestions on changing from http to https interprocess communication like nova to keystone etc.. not for the DASHBOARD. create a CA for the certs, import the public key of the CA on all t

[Openstack] Boot from image (creates a new volume) starts an instance with no image

2014-05-07 Thread Everett Toews
I’ve come across what I’m pretty sure is a bug somewhere between Horizon and Nova. It’s really easy to reproduce. 1. Fire up a DevStack instance from the stable/havana, stable/icehouse, or master branches. 2. Go into Horizon 3. Launch an instance 3.1 Instance Boot Source: Boot from image (create

[Openstack] [OSSG][OSSN] Some versions of Glance do not apply property protections as expected

2014-05-07 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Some versions of Glance do not apply property protections as expected - --- ### Summary ### Tom Leaman reported an issue to the OpenStack mailing list that affects Glance property protections. A permissive property setting in the Glance property prote

Re: [Openstack] Openstack deployment with DPDK?

2014-05-07 Thread sylecn
On Wed, May 7, 2014 at 10:25 AM, BYEONG-GI KIM wrote: > Hi all, > > I hear that the new Openstack version, Icehouse, has been released in > April. In this version, is DPDK vSwitch supported as an alternative of the > current Open vSwitch for Openstack deployment? > > > Hi, The list of plugins sup

[Openstack] Neutron - creating trunk links

2014-05-07 Thread prabhuling kalyani
Hi, Has anyone tried creating trunk links with neutron? I believe there are modifications necessary in neutron? Regards Prabhu ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Un

Re: [Openstack] Neutron - creating trunk links

2014-05-07 Thread Yi Sun
Is this what you are looking for ? https://review.openstack.org/#/c/92541/ On 5/7/14, 8:25 PM, prabhuling kalyani wrote: Hi, Has anyone tried creating trunk links with neutron? I believe there are modifications necessary in neutron? Regards Prabhu _