Re: [Openstack] ICehouse[Neutron][ML2][VLAN] - nova boot failed

2014-09-10 Thread Chinasubbareddy M
Hi, Thanks for your support ,changed the configuration ,still problem persist. Do you have any working vlan,ml2 plugin configuration? If you have Please share. My understanding is, by the time request goes to vifdriver.py , viftype variable should be 'ovs' , but that is not happening in case

Re: [Openstack] [openstack] BM provisioning through Horizon/CLI?

2014-09-10 Thread Murugesan, Sirushti
Sounds like a usage question. Apparently, a hybrid VM/BM deployment is possible via the usage of Host-Aggregates. So you'd have to tag your flavors and use some extra configuring to provision to baremetal or VM's depending on how you set up your host aggregates and use those flavors accordingl

Re: [Openstack] ICehouse[Neutron][ML2][VLAN] - nova boot failed

2014-09-10 Thread Gangur, Hrushikesh (R & D HP Cloud)
Shouldn't this be physnet1:br-eth1 >>>bridge_mappings = physnet1:eth1 Create a bridge named br-eth1 with eth1 as port on both controller and compute nodes ovs-vsctl add-br br-eth1 ovs-vsctl add-port br-eth1 eth1 From: Chinasubbareddy M [mailto:chinasubbaredd...@persistent.co.in] Sent: Wednesd

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-10 Thread Doug Hellmann
On Sep 10, 2014, at 7:27 AM, Li Ma wrote: > > On 2014/9/8 23:11, Doug Hellmann wrote: >>> I would love to try to get them done step by step. >> And I would be happy to have your help doing that! Do you or your team have >> resources to contribute? > > I'm from Awcloud, an IaaS provider in Chi

[Openstack] Resize fails; Failed to compute_task_migrate_server: No valid host was found.

2014-09-10 Thread Danny Choi (dannchoi)
OpenStack version: Icehouse Issue: fail to resize Setup: 3 nodes, namely Controller, Compute and Network; with nova-compute running solely on Compute node. Steps to reproduce: 1. Create an instance using image cirrus 0.3.2. 2. Verify instance is running: nova list 3. Resize the instance:

[Openstack] [cinder] Anyone using the XenAPI Driver?

2014-09-10 Thread Mike Perez
The driver [1] for two releases now has been missing a minimum requirement of 'extend_volume' [2]. The maintainer has been unresponsive in the last two releases as well. To be fair with the requirements we set with other drivers, and to maintain Cinder's goals, the Cinder team would like to drop i

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-10 Thread lchen
That will be the process ID. Regards, Liang On 09/09/2014 04:56 PM, Narayanan, Krishnaprasad wrote: > > Hi, > > > > I used the command ps --AL | grep qemu and I was able to see the > process ID 6850 having 6 thread IDs. In case, if I am interested to > measure the hardware performance counters

[Openstack] BM provisioning through Horizon/CLI?

2014-09-10 Thread Lokare, Bageshree
Hello OpenStack Team, I have a use case where I want to host/manage a mix environment with VM's and baremetal servers through Overcloud (Horizon/CLI). To be specific, I am looking for an ability to create a new server on baremetal machine (instead of Vm) through Horizon and manage the instance

Re: [Openstack] floating ip (icehouse)

2014-09-10 Thread Paras pradhan
Hi, This is what I see. nova net-list +--+-+--+ | ID | Label | CIDR | +--+-+--+ | 1b35da99-6ba3-431c-b1a9-4b59cbe30316 | ext_net | -| | ff818534-ecba-4f8b-a

[Openstack] ICehouse[Neutron][ML2][VLAN] - nova boot failed

2014-09-10 Thread Chinasubbareddy M
Hi , When I am configuring ML2 plugin with vlan based network , nova boot is failing with following error ,where as if I change the driver from ML2 to OVS , things are working fine . Please suggest. Here is the ml2 configuration: [ml2] type_drivers = vlan tenant_network_types = vlan mechani

Re: [Openstack] SWIFT AND ROOT DIRECTORY

2014-09-10 Thread Brent Troge
Thanks all for the push That worked as described/expected. On Wed, Sep 10, 2014 at 9:57 AM, John Dickinson wrote: > Actually, it's even easier than that. Swift provides, out of the box, a > crossdomain middleware so that you can return the appropriate domain-wide > policy for your content. > >

Re: [Openstack] SWIFT AND ROOT DIRECTORY

2014-09-10 Thread John Dickinson
Actually, it's even easier than that. Swift provides, out of the box, a crossdomain middleware so that you can return the appropriate domain-wide policy for your content. See http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.crossdomain --John On Sep

Re: [Openstack] Keystone in multiple datacenters

2014-09-10 Thread Jay Pipes
On 09/10/2014 09:49 AM, Vinay Avasthi wrote: Does openstack current release support running of multiple redundant instances of keystone in multiple data centers with the user database synchronized across data centers. Is there any document that describes what functionality is available. Yes, th

Re: [Openstack] Help regarding communication error while accessing images from openstack dashboard

2014-09-10 Thread Moiz Arif
Hi, After rebooting your machine, did you run ./stack.sh again? From: 11msccssbas...@seecs.edu.pk Date: Wed, 10 Sep 2014 12:22:41 +0500 To: openstack@lists.openstack.org Subject: [Openstack] Help regarding communication error while accessing images from openstack dashboard Hi everyone, After co

[Openstack] SWIFT AND ROOT DIRECTORY

2014-09-10 Thread Brent Troge
When calling swift hosted media files through flash or silverlight, the player makes a call to the root directory for clientaccesspolicy.xml or crossdomain.xml. For example, if my flash player calls: http://192.168.1.1:8080/v1/AUTH_xxx/media/index.m3u8 The player will then look for: http://192.

[Openstack] cirros 0.3.3 released

2014-09-10 Thread Scott Moser
Hello all, cirros 0.3.3 has been released. It is available for download at http://download.cirros-cloud.net/0.3.3 . The changes since 0.3.2 are: - Wrap udhcpc to provide for easier passing of options including those required to get MTU set properly. (LP: #1301958) - Busybox: enable nc flags

[Openstack] Keystone in multiple datacenters

2014-09-10 Thread Vinay Avasthi
Does openstack current release support running of multiple redundant instances of keystone in multiple data centers with the user database synchronized across data centers. Is there any document that describes what functionality is available. BR.. VA ___

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-10 Thread Li Ma
On 2014/9/8 23:11, Doug Hellmann wrote: I would love to try to get them done step by step. And I would be happy to have your help doing that! Do you or your team have resources to contribute? I'm from Awcloud, an IaaS provider in China. We built our OpenStack clouds based on ZeroMQ in multi

Re: [Openstack] [Cinder] deploying multiple backend

2014-09-10 Thread Erlon Cruz
Hi Jyoti, No. Each cinder.conf can be different. It can be a complete separate configuration(LVM, FC, iSCSI). The scheduler and the volume service doesn't need to share the same config file either. On Fri, Sep 5, 2014 at 2:54 PM, Jyoti Ranjan wrote: > Hi, > > I have three nodes say N1, N2 and

Re: [Openstack] floating ip (icehouse)

2014-09-10 Thread nithish B
Hi, Is this ip listed in your network? Kindly confirm that. Also, maybe the firewall is configured to drop those packets. Check it up with $traceroute and post the output. That's a start! Regards, Nitish B. On Tue, Sep 9, 2014 at 9:17 PM, Paras pradhan wrote: > Hello, > > I have a controlle

[Openstack] Help regarding communication error while accessing images from openstack dashboard

2014-09-10 Thread Sadia Bashir
Hi everyone, After completing openstack installation from the link: http://devstack.org/ I was able to access images list from openstack dashboard but after I restarted my machine I am getting following error: CommunicationError at /admin/images/images/CommunicationError at /admin/images/images/