Re: [Openstack] [DevStack] Does Devstack support grizilly already?

2013-04-17 Thread Aaron Rosen
See: https://wiki.openstack.org/wiki/Quantum/LBaaS/HowToRun On Tue, Apr 16, 2013 at 8:38 PM, HuYanrui h...@arraynetworks.com.cn wrote: I just installed a new devstack with git clone git:// github.com/openstack-dev/devstack.git. But did not see anything related with Loadbanlance in dashboard.

Re: [Openstack] quantum and centos

2013-04-17 Thread Robert van Leeuwen
Thanks for the information. This link seems to talk about installing openstack grizzly on redhat related linux platform. What I was looking for was folsum quantum server install on redhat/centos…any idea? Yes it is possible to run Quantum on CentOS. I've written down some tips here:

Re: [Openstack] OpenStack Multi Node Problems with OVS

2013-04-17 Thread Robert van Leeuwen
Hi Folks, I am working on bringing up a multi node OpenStack environment with OVS. I have a Controller, Compute and a Gateway/Network node. This is running Folsom. Most of the services are up, except that I cannot ping the floating ip of the VM. What kind of setup are you creating?

Re: [Openstack] [Glance] 404 after upgrading to grizzly

2013-04-17 Thread Razique Mahroua
Good to know man!weird indeed though... Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 16 avr. 2013 à 11:21, Heiko Krämer i...@honeybutcher.de a écrit :All right Guys,command back. Glance wasn't apparently the "bad guy" in this case. I'vecheck swift and all stored

[Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Heiko Krämer
Hi Guys, I'm running in a strange config issue with cinder-volume service. I try to use the multi backend feature in grizzly and the scheduler works fine but the volume service are not running correctly. I can create/delete volumes but not attach. My cinder.conf (abstract): / // Backend

[Openstack] Cloud Foundry experience, please

2013-04-17 Thread Ilkka Tengvall
Hi fellow stackers, I would like to hear your opinion and experience of using Cloud Foundry in front of OpenStack. I'm evaluating open source hybrid cloud management options, an CF raises mixed feelings while I read about it. Any opinion about the following subjects? 1. CF web page tells to

Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Ray Sun
Tengvall, I had some experience that use CF on folsom OpenStack. 1. Unfortunately, it's not too easy to do that. The document is not very accurate enough. 2. I didn't see any workflow document about this. 3. No. 4. Service HA is a important part, that cloud foundry don't supply yet. - Ray Best

Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Razique Mahroua
Interesting to have feedback on that as well.Ilkka, are you interested by CF per se, or what it proposes? Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 17 avr. 2013 à 10:42, Ilkka Tengvall ilkka.tengv...@cybercom.com a écrit :Hi fellow stackers,I would like to hear

[Openstack] Keystone Identity based notifications

2013-04-17 Thread boden
All, From an upper level management stack perspective, has anyone else seen the need for AMQP based notifications from Keystone identity and/or heard of any activity in this space? For example, similar to nova's notification system (https://wiki.openstack.org/wiki/SystemUsageData based on

Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Razique Mahroua
haha that is what I had in mind actually...being myself more and more interested by it.OpenShift origin seems to lack of any implementation model/ documentation around unfortunately Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 17 avr. 2013 à 11:10, Heling Yao

[Openstack] keystone-manage db_sync error

2013-04-17 Thread Arindam Choudhury
Hi, any help will be highly appreciated. I am following http://docs.openstack.org/trunk/openstack-compute/install/apt/content/install-keystone.html. mysql select User,Host from mysql.user; +--+---+ | User | Host |

Re: [Openstack] keystone-manage db_sync error

2013-04-17 Thread Robert van Leeuwen
connection = mysql://keystone:keystone@192.168.122.10/keystone mysql select User,Host from mysql.user; | keystone | localhost | sqlalchemy.exc.OperationalError: (OperationalError) (1045, Access denied for user 'keystone'@'ubu-a.arindam.com' (using password: YES)) None

Re: [Openstack] keystone-manage db_sync error

2013-04-17 Thread Arindam Choudhury
thanks, GRANT ALL ON keystone.* TO 'keystone'@'192.168.122.10' IDENTIFIED BY 'keystone'; fixed the issue. but then: GRANT ALL ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'keystone'; what it does? From: robert.vanleeu...@spilgames.com To: openstack@lists.launchpad.net Date: Wed, 17 Apr 2013

[Openstack] subnet gateway's arp ack not sent back

2013-04-17 Thread Liu Wenmao
Hi all: I set up openstack with quantum successfully, but I use floodlight as the network controller, VMs can not ping their gateway. I use a host as compute/network controller(30.0.0.1), and another host as a compute node(30.0.0.11). The VM X address is 100.0.0.7 and the subnet gateway G is

Re: [Openstack] keystone-manage db_sync error

2013-04-17 Thread Robert van Leeuwen
GRANT ALL ON keystone.* TO 'keystone'@'%' IDENTIFIED BY 'keystone'; what it does? '%' is a wildcard just like * For more info: http://dev.mysql.com/doc/refman/5.1/en/grant.html Cheers, Robert van Leeuwen ___ Mailing list:

[Openstack] Absolute limits is quotas?

2013-04-17 Thread Vasiliy Khomenko
Hi all. Official documentation says: The name of the absolute limit uniquely identifies the limit within a deployment., but my experiments shows that limits affects only within tenants, as quotas do. What i do: I start instance in demo tenant and see: $nova absolute-limits

Re: [Openstack] OpenStack Multi Node Problems with OVS

2013-04-17 Thread Atif Wasi
It is Private Networks (VLAN).  Networking works between all the devices.  I am pretty sure this is a bug.  I am also seeing the following message on my compute server (see below). The error message is indicating that it is not getting the proper values when running the command.  I confirmed as

[Openstack] which network controller is the best for quantum grizzly?

2013-04-17 Thread Liu Wenmao
I have tried floodlight, but it does not support namespace, so I wonder is there a better network controller to support quantum?(nox, ryu ..) Wenmao Liu ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] which network controller is the best for quantum grizzly?

2013-04-17 Thread Heiko Krämer
Hi Wenmao, i think you should plan your network topologie first and after that you can decide which controller are the best choice for you. Greetings Heiko On 17.04.2013 14:01, Liu Wenmao wrote: I have tried floodlight, but it does not support namespace, so I wonder is there a better network

[Openstack] grizzly swift-proxy, swift-recon -d: HTTP Error 400: Bad Request

2013-04-17 Thread Axel Christiansen
Dear List, after upgrading to grizzly, swift-recon returns this. Could not find out to much in the logs. Can one give me a hint? root@ns-proxy01:~# swift-recon -d -v === -- Starting reconnaissance on 6 hosts

Re: [Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Steve Heistand
what OS Are you running in the VM? I had similar issues with ubuntu 12.04 but things worked great with centos 6.4 On 04/17/2013 01:15 AM, Heiko Krämer wrote: Hi Guys, I'm running in a strange config issue with cinder-volume service. I try to use the multi backend feature in grizzly and the

Re: [Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Heiko Krämer
Hi Steve, yeah it's running ubuntu 12.04 on the nodes and on the vm. But configuration parsing error should have normally nothing todo with a distribution ?! Maybe the oslo version or something like that. But thanks for your hint. Greetings Heiko On 17.04.2013 14:36, Steve Heistand wrote:

Re: [Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Steve Heistand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 in my case (as near as I can tell) its something to do with the inability for ubuntu 12.04 (as a vm) to do hot plug pci stuff. the node itself in as 12.04 just the vm part that doesnt work as ubuntu. havent tried 12.10 or rarring as a vm. steve On

Re: [Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Jérôme Gallard
Hi, Yes, it's very surprising. I manage to obtain your error by doing the operations manually (compute and guest are ubuntu 12.04 and devstack deployment). Another interesting thing is that, in my case, with multi-backend enabled, tempest tells me everything is right: /opt/stack/tempest#

Re: [Openstack] Keystone Identity based notifications

2013-04-17 Thread Dolph Mathews
Yes, we've had a few small conversations about it at the summit (don't have an actual session scheduled on the issue, though, nor any registered blueprints). It would be my preferred approach to resolve bugs like this one, which is one of our longest standing and highest priority issues.

Re: [Openstack] Object Replication fails

2013-04-17 Thread Clay Gerrard
Did you get this worked out? Starting the replicators on the new nodes should create the objects directory. On Sat, Apr 13, 2013 at 2:26 AM, Philip flip...@gmail.com wrote: Hi, I just tried to add two new servers into the ring. Only the containers were replicated to the new servers but

Re: [Openstack] [Cinder] Multi backend config issue

2013-04-17 Thread Heiko Krämer
Thx for your replies!! I've created a bug report: https://bugs.launchpad.net/cinder/+bug/1169928 I think anything is wrong with the config parser. If i'll find a quickfix i'll let you know. Greetings Heiko On 17.04.2013 15:50, Jérôme Gallard wrote: Hi, Yes, it's very surprising. I manage to

Re: [Openstack] grizzly swift-proxy, swift-recon -d: HTTP Error 400: Bad Request

2013-04-17 Thread Corrigan, Coleman
Hello Christiansen, have you made sure to set up recon in the pipeline of your object node ? e.g on 10.42.45.13 does /etc/swift/object-server.conf have pipeline = recon object-server and a [filter:recon] stanza ? Regards, Coleman -Original Message- From: Openstack

Re: [Openstack] Keystone Identity based notifications

2013-04-17 Thread heckj
There was a fellow Panok, I think, that asked me about it in the dev lounge, sounded like he was perhaps interested in driving that forward. I also sat in on Mark McLoughlin's talk about normalizing our the RPC API code that's used across several of the projects, and caught a bit from others

Re: [Openstack] Cloud Foundry experience, please

2013-04-17 Thread Ilkka Tengvall
On 17.04.2013 12:06, Razique Mahroua wrote: Ilkka, are you interested by CF per se, or what it proposes? It seems to do the things I want to do, so trying to weight here if it's the right tool for the job: Manage the PaaS things over different clouds.

[Openstack] error installing nova in ubuntu

2013-04-17 Thread Arindam Choudhury
Hi, I am this guide for installation http://docs.openstack.org/trunk/openstack-compute/install/apt/content/compute-create-network.html I am stuck now. Any help will be highly appreciated. [(keystone_admin)]# nova-manage db sync 2013-04-17 16:28:25 22384 DEBUG nova.utils [-] backend module

Re: [Openstack] Absolute limits is quotas?

2013-04-17 Thread Kevin L. Mitchell
On Wed, 2013-04-17 at 14:19 +0300, Vasiliy Khomenko wrote: Official documentation says: The name of the absolute limit uniquely identifies the limit within a deployment., but my experiments shows that limits affects only within tenants, as quotas do. absolute limits are just another name for

Re: [Openstack] grizzly swift-proxy, swift-recon -d: HTTP Error 400: Bad Request

2013-04-17 Thread Axel Christiansen
Hello Coleman, Great. That fixed it. Thank you. Axel Am 17.04.13 16:22, schrieb Corrigan, Coleman: Hello Christiansen, have you made sure to set up recon in the pipeline of your object node ? e.g on 10.42.45.13 does /etc/swift/object-server.conf have pipeline = recon

[Openstack] Cinder + Live migration

2013-04-17 Thread Paras pradhan
Hi, If we boot a instance from cinder volume. Is it possible to setup live migrations? Hypervisor would be KVM Thanks Paras. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

[Openstack] json - Static Large Objects

2013-04-17 Thread david.loy
This is my first post to this list so this may not be the appropriate place to ask this question: I am trying to upload a Static Large Object and have not been successful. I believe the problem is the json format I'm using. The document description:

[Openstack] [Quantum][Grizzly] Second NIC is not getting IP address from the network

2013-04-17 Thread Anil Vishnoi
Hi All, I created two network, one private network for project (say 'TestProject'), and second network at admin level, but its shared network. I spawned one VM and connected it to private network. VM successfully boots up and get the IP address from its respective private network DHCP. I

Re: [Openstack] [Quantum][Grizzly] Second NIC is not getting IP address from the network

2013-04-17 Thread Filipe Manco
Just to make it clear, do you see both NICs on the VM? Filipe Manco http://about.me/fmanco 2013/4/17 Anil Vishnoi vishnoia...@gmail.com Hi All, I created two network, one private network for project (say 'TestProject'), and second network at admin level, but its shared network. I spawned

Re: [Openstack] [Quantum][Grizzly] Second NIC is not getting IP address from the network

2013-04-17 Thread Aaron Rosen
Hi, The cirros image only starts the dhcp client on the eth0 interface. If you have a vm with multiple interfaces you need to manually run udhcp -i interface or change the network configuration file in order to start the dhcp client for you . Aaron On Wed, Apr 17, 2013 at 11:44 AM, Anil

Re: [Openstack] json - Static Large Objects

2013-04-17 Thread David Goetz
Here's a little script I have to test it out on my SAIO: #/bin/bash export PASS='AUTH_tk36accf5200b143dd8883b9841965e6a2' export URL='http://127.0.0.1:8080/v1/AUTH_dfg' curl -i -H X-Auth-Token: $PASS $URL/hat -XPUT curl -i -H X-Auth-Token: $PASS $URL/hat/one -XPUT -d '1' curl -i -H

Re: [Openstack] [Quantum][Grizzly] Second NIC is not getting IP address from the network

2013-04-17 Thread Aaron Rosen
Yes, it will get the same ip from the dhcp server. On Wed, Apr 17, 2013 at 12:09 PM, Anil Vishnoi vishnoia...@gmail.comwrote: Thanks Aaron for quick response. OS dashboard shows that both the NIC got their IP addresses from respective DHCP servers. It also shows the second IP address which

Re: [Openstack] [Quantum][Grizzly] Second NIC is not getting IP address from the network

2013-04-17 Thread Anil Vishnoi
Aaron, Hopefully my final follow-up question :) , is it the case with all the cloud linux images ? or its just specific to cirros image? On Thu, Apr 18, 2013 at 12:41 AM, Aaron Rosen aro...@nicira.com wrote: Yes, it will get the same ip from the dhcp server. On Wed, Apr 17, 2013 at 12:09

Re: [Openstack] New schema for LDAP + Keystone Grizzly?

2013-04-17 Thread spzala
Hi Marcelo, There is an open bug for a similar problem. I have found a workaround that, you need to create an entry manually for default domain in your tree under the new dn (ou=Domains) you have created. Something like, dn: cn=default,ou=Domains,dc=openstack,dc=org objectClass:

[Openstack] [Quantum] Query regarding floating IP configuration

2013-04-17 Thread Anil Vishnoi
Hi All, I am trying to setup openstack in my lab, where i have a plan to run Controller+Network node on one physical machine and two compute node. Controller/Network physical machine has 2 NIc, one connected to externet network (internet) and second nic is on private network. OS Network

Re: [Openstack] OpenStack Multi Node Problems with OVS

2013-04-17 Thread Steve Heistand
hi folks, so an update to the networking issues various people have been seeing. I updated the openvswitch package from source instead of apt-get and things are much better now. The errors/warnings in the various log files are now gone. the ovs-dpctl works now without complaint. Im still not

Re: [Openstack] which network controller is the best for quantum grizzly?

2013-04-17 Thread Liu Wenmao
hi Heiko: My network topology is very simple: a router connecting with two subnets, each VM in the two subnets can ping each other. So it needs l3 layer routing, I also need namespace for quantum configuration. So is there a controller suitable for such a scenario? Thanks. On Wed, Apr 17,

Re: [Openstack] Cinder + Live migration

2013-04-17 Thread Unmesh Gurjar
Hi Paras, AFAIK, this should be possible in grizzly. Here is the related bug: https://bugs.launchpad.net/nova/+bug/1074054 -- Thanks Regards, Unmesh G. On Wed, Apr 17, 2013 at 10:04 PM, Paras pradhan pradhanpa...@gmail.comwrote: Hi, If we boot a instance from cinder volume. Is it

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #21

2013-04-17 Thread openstack-testing-bot
on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed unicode username user creation errorby cbjchenedittests/test_backend.pyeditkeystone/common/sql/core.pyConsole Output[...truncated 2505 lines...]Finished at 20130417-0233Build needed 00:00:59, 13636k

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #22

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/22/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Apr 2013 03:01:40 -0400Build duration:2 min 31 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #988

2013-04-17 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/988/Project:raring_grizzly_nova_trunkDate of build:Wed, 17 Apr 2013 09:01:39 -0400Build duration:36 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_trunk #983

2013-04-17 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/983/Project:precise_grizzly_nova_trunkDate of build:Wed, 17 Apr 2013 09:01:38 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-novaclient_trunk #106

2013-04-17 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/106/Project:precise_grizzly_python-novaclient_trunkDate of build:Wed, 17 Apr 2013 16:31:36 -0400Build duration:2 min 13 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #23

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/23/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Apr 2013 18:01:43 -0400Build duration:2 min 28 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #24

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/24/Project:precise_havana_cinder_trunkDate of build:Wed, 17 Apr 2013 18:01:48 -0400Build duration:2 min 49 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_nova_trunk #77

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/77/Project:precise_havana_nova_trunkDate of build:Wed, 17 Apr 2013 18:03:07 -0400Build duration:9 min 51 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #78

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/78/Project:precise_havana_nova_trunkDate of build:Wed, 17 Apr 2013 18:31:33 -0400Build duration:8 min 16 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #24

2013-04-17 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/24/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Apr 2013 23:01:37 -0400Build duration:3 min 4 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-keystoneclient_trunk #103

2013-04-17 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-keystoneclient_trunk #110

2013-04-17 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :