[Openstack] DHCP problem in grizzly

2013-05-19 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, I have installed grizzly with quantum and ovs-plugin. It seems that grizzly allocates the third address of each subnet for dhcp. (In folsom it was the second address). This means that the VMs will get addresses .2, .4, .5, ... In my setup the first VM always boots fine and gets the address

Re: [Openstack] nova-compute cannot restart when vmware vcenter confguration.

2013-05-19 Thread Yaguang Tang
can you put more nova-compute log info? also there is a known bug that may cause nova-compute can't starts, it's fixed in nova stable/grizzly (2013.1.1) which may not in ubuntu deb repo, if this is the case, you need to patch manually or wait for ubuntu official update to 2013.1.1. the patch is htt

[Openstack] nova-compute cannot restart when vmware vcenter confguration.

2013-05-19 Thread Ito, Norihiro
Hi, I'm evaluating Openstack/VMware configuration now. I have 2 phisical machine for the evaluation. I build openstack with ESXi & vCenter like following. * Openstack controller(Grizzly) phisical machine * vmware ESXi server phisical machine * ClusterA * vmware vCenter server VM Thi

[Openstack] How to configure Keystone with open LDAP + horizon on grizzly

2013-05-19 Thread yasith tharindu
The question is posted on openstack ask page. https://ask.openstack.org/question/1350/how-to-configure-keystone-with-open-ldap-horizon-on-grizzly/ Error 2013-05-19 15:21:23ERROR [root] 'domain_id' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/keystone/common/wsgi

Re: [Openstack] Share Glance between cells or regions

2013-05-19 Thread Sam Morrison
The problem I'm talking about is: Glance-API A get's an image create request for image X It stores image X in swift A It stores the location in glance-registry as swift+http://tenant%3Ausername:password@keystone:5000/v2.0/images/X Glance-API B gets a request to get that image Glance-API is back

Re: [Openstack] Share Glance between cells or regions

2013-05-19 Thread Drew Weaver
You could have the same URL resolve in DNS to the "local swift" in each region or you could use anycast. Original message From: Sam Morrison Date: 05/19/2013 8:39 PM (GMT-05:00) To: Jay Pipes Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Share Glance between cell

Re: [Openstack] Share Glance between cells or regions

2013-05-19 Thread Sam Morrison
Hi Jay, We are doing something similar. We have a single glance registry which is backed by galera DB replication. Then we have multiple glance-apis around the place. Currently they are all backed onto the same swift but I'd like to have it so each glance-api can talk to it's own swift. The iss

[Openstack] not able to create VMs with member user but only with admin

2013-05-19 Thread Chathura M. Sarathchandra Magurawalage
I have just done a fresh multi node openstack installation. I can not create VMs as a Member user. The VM end up getting ERROR state with the following error. u'message': u'ProcessExecutionError', u'code': 500, u'created': u'2013-05-19T10:56:58Z' Any help would be appreciated. ___