Re: [Openstack] [QA] Aligning "smoke" / "acceptance" / "promotion" test efforts

2012-05-03 Thread Daryl Walleck
Perhaps it's just me, but given if I was developing in a different language, I would not want to use a command line tool to interact with my application. What is the point then of developing RESTful APIs if the primary client is not it, but these command line tools instead? While it may appear

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Adam Gandelman
On 05/03/2012 06:25 PM, Jorge Luiz Corrêa wrote: Hi! 2) Pointing the host running juju to use the dnsmasq from nova-network is a solution. It's working. From where is it recommended to run juju? From an external host? The problem is that when I run juju it tries to connect to a name like serv

Re: [Openstack] [QA] Aligning "smoke" / "acceptance" / "promotion" test efforts

2012-05-03 Thread Maru Newby
The rest api is the default interface, and the client tools target that interface. Since the clients are cli more than python api, they can be used by any language that can use a shell. What exactly does reimplementing the clients for the sake of testing accomplish? Double the maintenance eff

Re: [Openstack] [offtopic] Occasion to learn from Ubuntu Developer Summit how to enable remote participation

2012-05-03 Thread Duncan McGreggor
On Thu, May 3, 2012 at 8:44 PM, Stefano Maffulli wrote: > Hello folks, > > The Ubuntu IS team is setting up their famous infrastructure for UDS on > Sunday from 9am-6pm. This may be a good chance for people that are > already in the San Francisco/Oakland to learn a few tricks from the experts. > >

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Jorge Luiz Corrêa
Hi, I'm using a private cloud, not MAAS (I would like to test it soon :) … An OpenStack private cloud, using Essex version, comprising an IaaS cloud. Then Juju is used to create new instances and orchestrate services like mysql, hadoop, etc. Cheers! On May 3, 2012, at 5:22 PM, Sébastien Han

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Jorge Luiz Corrêa
Hi! Continuing the tests, I've found the cause of some problems. 1) In my nova.conf I had the --multi_host=T flag. This was the problem. Removing that the secrules became active. Secrules from Juju samples are working fine now. 2) Pointing the host running juju to use the dnsmasq from nova-

[Openstack] [offtopic] Occasion to learn from Ubuntu Developer Summit how to enable remote participation

2012-05-03 Thread Stefano Maffulli
Hello folks, The Ubuntu IS team is setting up their famous infrastructure for UDS on Sunday from 9am-6pm. This may be a good chance for people that are already in the San Francisco/Oakland to learn a few tricks from the experts. If you're interested in learning how they deploy their network infra

Re: [Openstack] SmokeStack: xenserver tests offline :(

2012-05-03 Thread Ewan Mellor
> -Original Message- > From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net > [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net] > On Behalf Of Dan Prince > Sent: Thursday, May 03, 2012 11:31 AM > To: openstack > Subject: [Openstack] SmokeStack: xenserver te

Re: [Openstack] Compute State Machine diagram ... (orchestration? docs?)

2012-05-03 Thread Sandy Walsh
Even better, here's the Open/LibreOffice Impress original. Have at it! http://dl.dropbox.com/u/166877/PowerStates.odp (Added a walk-thru of run_instance() as well) Cheers, Sandy From: Lorin Hochstein [lo...@nimbisservices.com] Sent: Thursday, May 03, 2012 1:08 P

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Nick Lothian
/etc/keystone/default_catalog.templates looks like https://github.com/openstack-dev/devstack/blob/master/files/default_catalog.templates , with http://192.168.1.50 substituted for  %SERVICE_HOST% My curl call uses the username & password, since it is to the /tokens URL: curl -k -X 'POST' -v http:

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Nick Lothian
Trying this has helped, somewhat: keystone --os_username=admin --os_password=password -os_auth_url= http://192.168.1.50:35357/v2.0/ --os_tenant_id=6bda9db28517438b8bb1f1d8cd22ddb2 service-list ++--+--+-+ | id | name | type | description | ++--+--+-+

[Openstack] Questions on VM Lifecycle

2012-05-03 Thread Mark Moseley
This is almost certainly RTFM territory, so I ask at my own peril. Just be assured that repeated days of googling hasn't told me what I want to know. Quick background: I'm looking to use OpenStack Nova (Essex, Ubuntu 12.04 packages, 64-bit) to build a large pool of persistent KVM VMs, though used

Re: [Openstack] Keystone API question

2012-05-03 Thread Luis Gervaso
>From admin port I want to list the tenants a user (different from the current user) belongs to. On Fri, May 4, 2012 at 1:24 AM, Gabriel Hurley wrote: > On the keystone admin port the tenants call will list all tenants > (provided the token corresponds to a user who has admin privileges). >

Re: [Openstack] Keystone API question

2012-05-03 Thread Gabriel Hurley
On the keystone admin port the tenants call will list all tenants (provided the token corresponds to a user who has admin privileges). - Gabriel From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.ne

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Nick Lothian
(Replying to list this time... Is there a reason why the reply-to isn't set to the list?!) Is this really the case? Why does service-list require the admin port? Running against TryStack (note that I don't supply a tenant): $ curl -k -X 'POST' -v https://nova-api.trystack.org:5443/v2.0/tokens -d

Re: [Openstack] [Swift][Keystone] Swift Quotas

2012-05-03 Thread Everett Toews
Since storing the quota data in Keystone is a prereq for do the quotas in Swift, I'm starting there. After digging through the Keystone code a bit I've identified at least one issue with storing the quota data per tenant for the SQL backend. In the metadata table both tenant_id and user_id are pri

[Openstack] Any issue with pycurl?

2012-05-03 Thread Ken Thomas
Hi all, We're working on a custom plugin where we make a web service call. We're having some issues with urllib2 and httplib that we're trying to track down. In the meantime, we've discovered that it all works fine if we use pycurl. If we don't suss out the problem, does anybody know if the

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Salman Malik
Hmm... I didn't know the difference. So does it works like this: one can use the floating_range flag/fixed_range in nova. conf for putting instances in this global network by default ? and then one could create quantum network for each project and may use fixed/floating flags with this network

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
With Quantum ! Le jeudi 3 mai 2012, Salman Malik a écrit : > I see. So where do you use private IP's in your setup ? > > Thanks, > Salman > > > > Subject: RE: [Openstack] Instance IP assignment problem > From: emilien.openst...@gmail.com > To: salma...@live.com >

[Openstack] Ubuntu packaging team

2012-05-03 Thread Paul Belanger
List, I'm looking for pointers on how I can get some packaging bugs closed out. I have 5 open issue[1][2][3], with 2 being new features[4][5] (dbconfig-common support for nova / glance). All have patches attached, ready for review and merging however they don't seem to be getting any tractio

Re: [Openstack] [Metering] schema and counter definitions

2012-05-03 Thread Robert Collins
On Fri, May 4, 2012 at 5:27 AM, Turner, Whit (Cloud Services) wrote: > Hi - I think a flexible aggregation scheme is needed; the levels of > aggregation available should be definable in the meter independent of the > sources of usage data themselves. If invoices need to be very granular down > to

Re: [Openstack] Keystone API question

2012-05-03 Thread Luis Gervaso
Yes, this is the real issue. Since /tenants is only valid for the current user (that's X-Auth-Token dependant) How can an administrator user list all the tenants a user belongs to? Another issue i've detected is that endpoints are always dependant on a service, may be i'm wrong but for me: /ser

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Sébastien Han
Hi! I'm sorry but I can't helpyou, however I'm very interested in your setup. I'm also using Juju combined to MAAS. I have some issues at the moment (juju status, ssh keys and so on...) Are you also working on Bare Metal or on EC2 instances? Cheers! On Thu, May 3, 2012 at 3:04 PM, Jorge Luiz C

Re: [Openstack] Keystone API question

2012-05-03 Thread Everett Toews
I get the same as Luis when trying GET /users/{user_id}/roles on stable/essex (using devstack). Keystone spits back an AttributeError: 'UserController' object has no attribute 'get_user_roles' message instead of a nice 501. GET /tenants/{tenant_id}/users/{user_id}/roles works fine. For a bit mor

Re: [Openstack] [QA] Aligning "smoke" / "acceptance" / "promotion" test efforts

2012-05-03 Thread Daryl Walleck
So my first question is around this. So is the claim is that the client tools are the default interface for the applications? While that works for coders in python, what about people using other languages? Even then, there's no guarantee that the clients in different languages are implemented in

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Salman Malik
I see. So where do you use private IP's in your setup ? Thanks, Salman Subject: RE: [Openstack] Instance IP assignment problem From: emilien.openst...@gmail.com To: salma...@live.com CC: soh...@cs.toronto.edu; ahal...@griddynamics.com; openstack@lists.launchpad.net Date: Thu, 3 May 2012 17:02:2

[Openstack] Summary of QA Weekly Status meeting

2012-05-03 Thread David Kranz
The QA team had its weekly IRC meeting today. Here is a summary of the progress and decisions coming out of the meeting. * Progress There were a bunch of problems that were preventing the tempest gating job from running successfully. The last (:-) ) problem was identified. We hope to turn t

[Openstack] 401 not authorized with glance

2012-05-03 Thread Ask Stack
Hi I configured glance and swift + keystone backend. The username and password I picked are (glanceadmin, verybadpass) and (swiftadmin, verybadpass). I think I varified the user name password and rights with the following command. But "glance add" still gives me the "401 not authorized" message

[Openstack] SmokeStack: xenserver tests offline :(

2012-05-03 Thread Dan Prince
Several people asked me on IRC about SmokeStack being down. I'm having some issues with the image snapshot I used to spin up server groups for XenServer testing... so until I get a couple hours to go have a look at either creating a new snapshot or fixing the existing snapshot the XenServer Smo

Re: [Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Adam Gandelman
On 05/03/2012 06:04 AM, Jorge Luiz Correa wrote: Hi list! I would like to know if someone has tested juju with Essex. I've installed OpenStack using Ubuntu 12.04 and its packages (Essex). The nova components are working fine. I can create and destroy instances. So I'm using Juju from a 11.10

Re: [Openstack] Energy efficiency

2012-05-03 Thread Jay Pipes
On 05/03/2012 12:05 PM, Lorin Hochstein wrote: On May 3, 2012, at 4:46 AM, Yuriy Taraday wrote: Just note that since Essex release Nova by default use fill-first cost function, meaning that nodes with less free RAM will be preferred for new instances. Kind regards, Yuriy. I thought the defa

Re: [Openstack] [Glance] Replication implementations

2012-05-03 Thread Brian Waldon
I think the path forward is first to gather information on what people are already doing w.r.t. replication, which you have helped trigger with this email. I'm definitely interested in seeing your solution. Once we get this information out in the open, we need to explore these existing solutions

Re: [Openstack] Glance store question??

2012-05-03 Thread Joshua Harlow
Ok, although I wonder if a plug-in framework could benefit from just being generic enough to be used in either place? I think he's focusing on the notification system right now (being more pluggable) there, so that be his scope for now. I'm willing to work together to make that more generic so

Re: [Openstack] Glance store question??

2012-05-03 Thread Brian Waldon
He definitely is, but its scope is limited to Nova (for now?). The idea discussed below is something we could use without having to worry about a Glance plugin implementation. We can talk about plugins for Glance later. Brian On May 3, 2012, at 10:58 AM, Doug Hellmann wrote: > Andrew is doing

Re: [Openstack] Glance store question??

2012-05-03 Thread Doug Hellmann
Andrew is doing some work on a plugin architecture. This sounds like another good application of that. On Wed, May 2, 2012 at 7:01 PM, Joshua Harlow wrote: > Right, if there isn’t that existing, then I think I might just make a > blueprint out of that. I just wanted to check beforehand that I am

Re: [Openstack] database migration cleanup

2012-05-03 Thread Trey Morris
merge prop: https://review.openstack.org/#/c/6847/ now has both required +2s. I'll wait a day or two to approve just in case there are any lingering objections. -tr3buchet On Thu, May 3, 2012 at 10:07 AM, Dan Prince wrote: > > > - Original Message - > > From: "John Garbutt" > > To: "Da

Re: [Openstack] [Metering] schema and counter definitions

2012-05-03 Thread Turner, Whit (Cloud Services)
Hi - I think a flexible aggregation scheme is needed; the levels of aggregation available should be definable in the meter independent of the sources of usage data themselves. If invoices need to be very granular down to the lowest possible level, then this drives higher data requirements all th

Re: [Openstack] Nova idear, thoughts wanted.

2012-05-03 Thread Joshua Harlow
Sweet hotness, haha. I gotta get more involved with whats going on there :-) On 5/3/12 8:12 AM, "Sandy Walsh" wrote: Agreed. That's largely the effort of the Orchestration group. From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-

Re: [Openstack] [Metering] Meeting agenda for today 16:00 UTC (May 3rd, 2012)

2012-05-03 Thread Loic Dachary
On 05/03/2012 02:22 PM, Loic Dachary wrote: > Hi, > > The metering project team holds a meeting in #openstack-meeting, Thursdays at > 1600 UTC > . > Everyone is welcome. > I propose an agenda based on the discussions we ha

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Monty Taylor
On 05/03/2012 08:50 AM, Mark McLoughlin wrote: > On Thu, 2012-05-03 at 16:46 +0100, Mark McLoughlin wrote: >> Hey, >> >> On Thu, 2012-05-03 at 14:24 +0200, Thierry Carrez wrote: >>> Mark McLoughlin wrote: > And how about feature branches? - Feature branches are relatively short-

[Openstack] [metering] interesting notes on billing issues with Azure

2012-05-03 Thread Doug Hellmann
Via @jessenoller: http://www.nasuni.com/blog/177-azure_fair_and_balanced ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net

[Openstack] [QA] Aligning "smoke" / "acceptance" / "promotion" test efforts

2012-05-03 Thread Jay Pipes
Hi all, I'd like to get some alignment on the following: 1) The definition of what is a "smoke" test 2) How we envision the Tempest project's role in running such tests First, a discussion on #1. There seem to be very loose semantics used to describe what a "smoke test" is. Some groups use th

Re: [Openstack] questions about IP addressing and network config

2012-05-03 Thread Jimmy Tsai
I tried with following tests: 1) add "firewall_driver = nova.virt.firewall.IptablesFirewallDriver" to nova.conf restart nova-compute Change the following lines in /usr/share/pyshared/nova/virt/libvirt/firewall.py self._define_filter(self._filter_container('nova-base',

Re: [Openstack] Keystone API question

2012-05-03 Thread Joseph Heck
Hey Luis, Through the admin API - there is: /tenants/{tenant_id}/users/{user_id}/roles and /users/{user_id}/roles - these are coded in keystone/identity/core.py in the stable/essex release and the diablo compatibility API /users/{user_id}/roleRefs which is also there

Re: [Openstack] [nova-api] No module named nova_keystone_context

2012-05-03 Thread Leander Bessa
For heaven's sake, how did i not see that the first time around!!. I apparently forgot to update [filter:keystonecontext] to the correct value. Thanks for the insight, i don't think i would have found out otherwise!! Regards, Leander On Thu, May 3, 2012 at 5:03 PM, Joseph Heck wrote: > Mornin

Re: [Openstack] Energy efficiency

2012-05-03 Thread Yuriy Taraday
Fill-first cost function returns the amount of free RAM. By default it is negated (multiplied by -1.0), so the less free RAM is better. I think, this is a bit misguiding, but was changed right before Essex (see https://bugs.launchpad.net/nova/+bug/965732 ). Kind regards, Yuriy. On Thu, May 3, 2

Re: [Openstack] Compute State Machine diagram ... (orchestration? docs?)

2012-05-03 Thread Lorin Hochstein
Hi Sandy: On May 2, 2012, at 12:10 PM, Sandy Walsh wrote: > Here's a little diagram I did up this morning for the required vm_state / > task_state transitions for compute api operations. > > http://dl.dropbox.com/u/166877/PowerStates.pdf > > Might be useful to the orchestration effort (or

Re: [Openstack] Energy efficiency

2012-05-03 Thread Lorin Hochstein
Yuriy: On May 3, 2012, at 4:46 AM, Yuriy Taraday wrote: > Just note that since Essex release Nova by default use fill-first cost > function, meaning that nodes with less free RAM will be preferred for > new instances. > > Kind regards, Yuriy. > I thought the default behavior in essex was spre

Re: [Openstack] [nova-api] No module named nova_keystone_context

2012-05-03 Thread Joseph Heck
Morning Leander, The key file is what's in your nova api-paste.ini file - it's what is defining the WSGI pipeline that loads up the various bits that set context. What version of Nova and Keystone are you running? I rather suspect you might have updated your code without also getting the updat

Re: [Openstack] [Metering] how should it be done ? ( Was: schema and counter definitions)

2012-05-03 Thread Loic Dachary
On 05/03/2012 09:58 AM, Robert Collins wrote: > On Wed, May 2, 2012 at 10:28 AM, Loic Dachary wrote: > >> As I wrote in a previous mail, once we manage to provide an implementation >> that proves useful, we will be in a position to approach the core OpenStack >> components. Integrating the meter

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Joseph Heck
The service-list should give you a list of the services in the catalog, driven by the template. What's in your catalog file at /etc/keystone/default_catalog.templates? It sounds like it's empty - that's what it's reading to report on services. You won't be able to use any of the add/remove CRUD

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Adam Spiers
Nick Lothian (nick.loth...@gmail.com) wrote: > My /etc/keystone/keystone.conf says: > > [catalog] > template_file = /etc/keystone/default_catalog.templates > # dynamic, sql-based backend (supports API/CLI-based management commands) > driver = keystone.catalog.backends.templated.TemplatedCatalog [

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Mark McLoughlin
On Thu, 2012-05-03 at 16:46 +0100, Mark McLoughlin wrote: > Hey, > > On Thu, 2012-05-03 at 14:24 +0200, Thierry Carrez wrote: > > Mark McLoughlin wrote: > > > And how about feature branches? > > > > > > - Feature branches are relatively short-lived (i.e. weeks or months > > > rather than y

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Mark McLoughlin
Hey, On Thu, 2012-05-03 at 14:24 +0200, Thierry Carrez wrote: > Mark McLoughlin wrote: > > Ok, what are "subsystem branches" and how would they work? > > [...] > > - It would be up to the project dictators to help drive patches > > through the right subsystem branches - e.g. they might obj

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Monty Taylor
On 05/03/2012 05:24 AM, Thierry Carrez wrote: (snip things I pretty much agree with) >> (I'm not sure gerrit is right for this. Why not just do it in >> folk's github forks? I think all people are looking for is for >> people to be more aware of feature branches. How about if you

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Dolph Mathews
"service-list" calls the admin API (port 35357), but the auth_url you provided was port 5000. I don't think the current keystoneclient is smart enough to try and switch to the correct endpoint. If you have an admin role, switching to port 35357 should work for you. Additionally, you won't get a se

Re: [Openstack] [Swift][Keystone] Swift Quotas

2012-05-03 Thread Kevin L. Mitchell
I missed the first post(s) in this thread, but I should probably put out there that I'm currently working on refactoring quotas in Nova; see: * https://blueprints.launchpad.net/nova/+spec/quota-refactor * https://github.com/klmitch/nova/tree/quota-atomicity * https://review.opens

Re: [Openstack] Keystone API question

2012-05-03 Thread Dolph Mathews
The philosophy in essex is that it's meaningless for a user to have a role without that role being applied to a tenant, so the call that's implemented is: GET /tenants/{tenant_id}/users/{user_id}/roles Calling this instead should get you an HTTP 501 stating "User roles not supported: tenant I

Re: [Openstack] [Nova] RPC API Versioning Prototype

2012-05-03 Thread Russell Bryant
On 04/30/2012 06:31 PM, Russell Bryant wrote: > The code is in this branch: > > https://github.com/russellb/nova/tree/bp/versioned-rpc-apis > > The best place to start is in this doc: > > https://github.com/russellb/nova/blob/bp/versioned-rpc-apis/README-versioned-rpc-apis.rst I've started

Re: [Openstack] Nova idear, thoughts wanted.

2012-05-03 Thread Sandy Walsh
Agreed. That's largely the effort of the Orchestration group. From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of Joshua Harlow [harlo...@yahoo-inc.com] Sent: Thursda

Re: [Openstack] database migration cleanup

2012-05-03 Thread Dan Prince
- Original Message - > From: "John Garbutt" > To: "Dan Prince" , "Vishvananda Ishaya" > > Cc: openstack@lists.launchpad.net > Sent: Thursday, May 3, 2012 10:56:44 AM > Subject: RE: [Openstack] database migration cleanup > > I may have missed this in the discussions, but does this impa

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
Hi Salman, Le jeudi 03 mai 2012 à 09:47 -0500, Salman Malik a écrit : > Hi Emilien, > > In your configuration you have the following flags: > > --flat_network_bridge=br100 I'm going to try to change it in both servers. > --floating_range=10.68.5.0/24 That's actually my "public" pool, sot it's

Re: [Openstack] database migration cleanup

2012-05-03 Thread John Garbutt
I may have missed this in the discussions, but does this impact on upgrade? I am guessing you have tested Essex -> Folsom upgrade, but does this affect people upgrading from any of the Essex milestones to Folsom? I guess the deeper question is which upgrade paths do we want to maintain... Thank

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Salman Malik
Hi Emilien, In your configuration you have the following flags: --flat_network_bridge=br100--floating_range=10.68.5.0/24Can you please tell me why you need br100 when you are using br-int with OVS ? Secondly, you seem to use floating_range flag as the second flag. I assume that it is the pool o

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-03 Thread Razique Mahroua
Again thanks for that precious documentation EmilienI'm going to use it for working on the diablo -> Essex migration. I'll let you know how it went on ubuntu 10.04. I think it would work. Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 30 avr. 2012 à 09:41, Emilien Macchi a écrit :__

Re: [Openstack] [Swift][Keystone] Swift Quotas

2012-05-03 Thread Doug Weimer
On Tue, 01 May 2012, Everett Toews wrote: > 2. Where should the code for Swift quotas live? > > It was suggested during the session that this code could live in a > middleware for Swift. Seems like a reasonable approach to me. I've taken a > look at some of the code in /swift/common/middleware an

Re: [Openstack] Can't get fix ip via dhcp and can't accociate Floating ip using quantum

2012-05-03 Thread Emilien Macchi
Hi, I know this problem. You should : - Delete the network with "nova-manage network delete --uuid=XXX" (you can find the UUID with nova-manage network quantum_list" - Clean the ovs_quantum database to check if the network has been deleted -Clean the nova database and purge all fixed_ips,

[Openstack] Has anyone tested Juju with 12.04 Essex installation?

2012-05-03 Thread Jorge Luiz Correa
Hi list! I would like to know if someone has tested juju with Essex. I've installed OpenStack using Ubuntu 12.04 and its packages (Essex). The nova components are working fine. I can create and destroy instances. So I'm using Juju from a 11.10 Oneiric. I've made some modifications in my environmen

[Openstack] Data retrieval method (was: [Metering] schema and counter definitions)

2012-05-03 Thread Julien Danjou
Hi there, I'll be working on the metering project for the next weeks. I've started to collect data capture methods that could be used for the various proposed counters in the blueprint: http://wiki.openstack.org/EfficientMetering#line-28 So far I didn't check every counter, but I didn't

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Soheil Hassas Yeganeh
Oops accidently hit send on my phone. I had a similar problem before. My problem was that the nic driver on the compute instance (your Essex 2) was dropping vlan tags, and then, openvswitch wasn't delivering packets. You can check it using tcpdump -e -vvv. BTW, if you are using virtualbox to run

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Thierry Carrez
Mark McLoughlin wrote: > We discussed this during the "baking area for features" design summit > session. I found that discussion fairly frustrating because there were > so many of us involved and we all were either wanting to discuss > slightly different things or had a slightly different understa

[Openstack] [Metering] Meeting agenda for today 16:00 UTC (May 3rd, 2012)

2012-05-03 Thread Loic Dachary
Hi, The metering project team holds a meeting in #openstack-meeting, Thursdays at 1600 UTC . Everyone is welcome. I propose an agenda based on the discussions we had on this list. http://wiki.openstack.org/Meetings/Meter

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Soheil Hassas Yeganeh
I had a similar problem before. My problem was that the nic driver on the compute instance (your Essex 2) was dropping vlan tags, and then, openvswitch wasn > > can you find dhcp requests by using tcpdump for example ? > > sorry for "off-topic" but there may be many reasons of such issue with > dhc

Re: [Openstack] Can't get fix ip via dhcp and can't accociate Floating ip using quantum

2012-05-03 Thread Bilel Msekni
Network 2 could not be found. That's your key Date: Thu, 3 May 2012 17:58:43 +0800 From: mwjpi...@gmail.com To: openstack@lists.launchpad.net Subject: [Openstack] Can't get fix ip via dhcp and can't accociate Floating ip using quantum I use quantum as my nova-network in ubuntu 12.04LTS, th

Re: [Openstack] Proposal for manuals translation process

2012-05-03 Thread Thierry Carrez
Ying Chun Guo wrote: > I agree that we should define our objectives with respect to translations. > And we should also define the criteria of the translation web tool. > There are three > tools mentioned in the community now: Launchpad, Transifex and Pootle. > They have their own characteristics. T

Re: [Openstack] extending rootwrap securely

2012-05-03 Thread Thierry Carrez
Yuriy Taraday wrote: > We can do "#includedir /etc/nova/sudoers.d" from sudoers as well. > I think, a solution with a separate conf/dir for rootwrap is a step > back to sudo. Except that sudo/sudoers does not allow argument filtering or more complex filters, which is the main reason nova-rootwrap

Re: [Openstack] problem with swift upload when using swift

2012-05-03 Thread Oleg Gelbukh
Hello, You need to do exactly what is written in last paragraph of your mail: use -k with curl to turn off certificate verification. -- Best regards, Oleg On Thu, May 3, 2012 at 1:46 PM, khabou imen wrote: > hi everybody , > when trying to upload images using keystone for authentification I go

[Openstack] Nova subsystem branches and feature branches

2012-05-03 Thread Mark McLoughlin
Hey, We discussed this during the "baking area for features" design summit session. I found that discussion fairly frustrating because there were so many of us involved and we all were either wanting to discuss slightly different things or had a slightly different understanding of what we were dis

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
Can you send my your nova.conf of nova-compute servers ? I'm thinking about flat interface... Le jeudi 03 mai 2012 à 10:26 +0100, Bilel Msekni a écrit : > Basing on your architecture picture , I think you mean ping VM that > resides on Essex 2 from server containing Essex 1 > > I had a simi

[Openstack] [nova-api] No module named nova_keystone_context

2012-05-03 Thread Leander Bessa
Hello, Every time i start nova-api i get the following output: nova-api --config-file=/etc/nova/nova.conf > 2012-04-30 15:23:51 CRITICAL nova [-] No module named nova_keystone_context > 2012-04-30 15:23:51 TRACE nova Traceback (most recent call last): > 2012-04-30 15:23:51 TRACE nova File "/usr

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
I share my OVS configuration with you : root@essex-1:~# ovs-vsctl show 03583d51-03b8-4061-a147-1d892447bee2 Bridge br-int Port "tap21d51768-3c" tag: 12 Interface "tap21d51768-3c" Port br-int Interface br-int type: internal

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
I ran a 'dhcpdump' on ESSEX-2 and I can see DHCP request, but no response from ESSEX-1 DNSMASQ process... I continue to investigate... Le jeudi 03 mai 2012 à 13:31 +0400, Anton Haldin a écrit : > can you find dhcp requests by using tcpdump for example ? > > > > sorry for "off-topic" but t

[Openstack] Can't get fix ip via dhcp and can't accociate Floating ip using quantum

2012-05-03 Thread livemoon
I use quantum as my nova-network in ubuntu 12.04LTS, there are two problem: 1: it can show fix ip, but in vm, the network interfaces have no ips. Using "dhclient eth0" does not make sense. Using "ifconfig eth0 inet xxx netmask xxx" can work. 2: when I accociate floating ip to a vm , it show error

Re: [Openstack] Missing(?) keystone service catalog

2012-05-03 Thread Nick Lothian
My /etc/keystone/keystone.conf says: [catalog] template_file = /etc/keystone/default_catalog.templates # dynamic, sql-based backend (supports API/CLI-based management commands) driver = keystone.catalog.backends.templated.TemplatedCatalog (This is the default from devstack). I did look at that,

Re: [Openstack] [Openstack-operators] Missing linuxbridge_conf.ini

2012-05-03 Thread raja.meena
Please check the below. http://wiki.openstack.org/Quantum-Linux-Bridge-Plugin Meena Raja Consultant __ WIPRO TECHNOLOGIES No 53/1 Ganapa Towers ,Near Madivala Police Station , Hosur Main Road ,Bangalore-560068 Hand Phone : +91-9880549725 | Desk : +91-80-

[Openstack] problem with swift upload when using swift

2012-05-03 Thread khabou imen
hi everybody , when trying to upload images using keystone for authentification I got curl -X PUT -D - \ > -H "X-Auth-Token: 012345SECRET99TOKEN012345" \ > https://192.168.1.13:8080/v1/AUTH_MyTenant/images curl: (60) SSL certificate problem, verify that the CA cert is OK. Details: error:

Re: [Openstack] Proposal for manuals translation process

2012-05-03 Thread Ying Chun Guo
I agree that we should define our objectives with respect to translations. And we should also define the criteria of the translation web tool. There are three tools mentioned in the community now: Launchpad, Transifex and Pootle. They have their own characteristics. The strength and the shortage ar

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Anton Haldin
can you find dhcp requests by using tcpdump for example ? sorry for "off-topic" but there may be many reasons of such issue with dhcp. last one for me was old dhcp client(Ubuntu) and udp checksum error. I have essex on centos and was trying ubuntu vm. On Thu, May 3, 2012 at 12:48 PM, Emilien Macc

Re: [Openstack] extending rootwrap securely

2012-05-03 Thread Yuriy Taraday
We can do "#includedir /etc/nova/sudoers.d" from sudoers as well. I think, a solution with a separate conf/dir for rootwrap is a step back to sudo. Kind regards, Yuriy. On Wed, May 2, 2012 at 1:54 PM, Thierry Carrez wrote: > Andrew Bogott wrote: >>     As part of the plugin framework, I'm think

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Bilel Msekni
Basing on your architecture picture , I think you mean ping VM that resides on Essex 2 from server containing Essex 1I had a similar networking problem and i honestly don't know i fixed it ( didn't enable tunneling) , this is what i did1- ifconfig eth0 0.0.0.02- dhclient br-int ( normally the b

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-03 Thread Emilien Macchi
Hi Shake, Le jeudi 03 mai 2012 à 16:56 +0800, Shake Chen a écrit : > I have some question about document. please correct me if wrong. > > 1: nova-api > > I found you install nova-api in both machine. but in nova.conf > > --nova_url=http://10.68.1.40:8774/v1.1/ > > whether really need install

Re: [Openstack] Backporting test fixes

2012-05-03 Thread Mark McLoughlin
On Thu, 2012-05-03 at 10:51 +0200, Ionuț Arțăriși wrote: > Hi Mark, thanks for your answer. > > On 05/03/2012 10:25 AM, Mark McLoughlin wrote: > > Hi, > > > > On Wed, 2012-05-02 at 14:37 +0200, Ionuț Arțăriși wrote: > >> I recently submitted a few fixes to the test suite in various components > >>

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
Ok : http://paste.openstack.org/show/14797/ I know where is the problem but I dont know yet how to fix it : - Quantum creates TAP interface on ESSEX-2 - From ESSEX-2, I can't ping VMs on ESSEX-1 Here my ovs_quantum_plugin.ini : [DATABASE] sql_connection = mysql://ovs_quantum:password@10.68

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Bilel Msekni
èmm , can you do this on your instance : nova show %instance_Id so that i may see the problem in the resume of spawning ?and are you sure you have enough fixed ip addresses left for use ? The configuration of nova and quantum is almost the same as me and the instances are getting Fixed Ips wit

Re: [Openstack] Openstack Essex - Guide for Ubuntu 12.04

2012-05-03 Thread Shake Chen
Hi Emilien I have some question about document. please correct me if wrong. 1: nova-api I found you install nova-api in both machine. but in nova.conf --nova_url=http://10.68.1.40:8774/v1.1/ whether really need install nova-api in compute node. 2: nova-network I found install nova-network

Re: [Openstack] Backporting test fixes

2012-05-03 Thread Ionuț Arțăriși
Hi Mark, thanks for your answer. On 05/03/2012 10:25 AM, Mark McLoughlin wrote: Hi, On Wed, 2012-05-02 at 14:37 +0200, Ionuț Arțăriși wrote: I recently submitted a few fixes to the test suite in various components of openstack. Thanks for that! These fixes are being merged in master, but

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Emilien Macchi
All seems alright but not working yet. http://paste.openstack.org/show/14791/ I have executed on both servers : ovs-vsctl add-port br-int eth1 Need I do something else ? How the DHCP is working in this case ? Le jeudi 03 mai 2012 à 09:29 +0100, Bilel Msekni a écrit : > Then the probl

Re: [Openstack] Energy efficiency

2012-05-03 Thread Yuriy Taraday
Just note that since Essex release Nova by default use fill-first cost function, meaning that nodes with less free RAM will be preferred for new instances. Kind regards, Yuriy. On Sun, Apr 29, 2012 at 8:28 PM, Szymon Grzybowski wrote: > Hi, > > Me and my colleague are doing research about opens

Re: [Openstack] Instance IP assignment problem

2012-05-03 Thread Bilel Msekni
Then the problem isn't in the instance but in the nova-network service , please check if it is working well as well as give us the output log when you attempt to create a new instance. Subject: RE: [Openstack] Instance IP assignment problem From: emilien.openst...@gmail.com To: ski...@hotmail.f

Re: [Openstack] Backporting test fixes

2012-05-03 Thread Mark McLoughlin
Hi, On Wed, 2012-05-02 at 14:37 +0200, Ionuț Arțăriși wrote: > I recently submitted a few fixes to the test suite in various components > of openstack. Thanks for that! > These fixes are being merged in master, but the code remains broken in > the stable/essex branch. Review requests for stabl

  1   2   >