Re: [Openstack] i18n of log message

2012-04-30 Thread Shake Chen
I agree with you. On Tue, May 1, 2012 at 10:38 AM, 彭勇 wrote: > the log messages of OpenStack are i18n now. > > i propose to use english only log messages: > > 1. if any one have problem, they can shared with others more easy. > he can search english message, and send message to maillist. > if

[Openstack] i18n of log message

2012-04-30 Thread 彭勇
the log messages of OpenStack are i18n now. i propose to use english only log messages: 1. if any one have problem, they can shared with others more easy. he can search english message, and send message to maillist. if the log message is i18n, a Chinese version message can't shared to Japanese.

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

2012-04-30 Thread Vishvananda Ishaya
Looking good. A few points: a) can we just do hasattr dispatch instead of isinstance. it seems more pythonic than forcing the use of the dispatcher base class b) it seems like we should make the dispatcher pick version 1.0 instead of failing if version is not passed in, that way a new dispatc

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Matt Trefethen
For what it's worth I agree, in my experience internal project names do not translate well to public API URIs. I have found that over spans of time as components may be replaced, rewritten or sourced to other vendors, focusing on naming over function simply causes issues. Thanks, ~Matt Trefethen

[Openstack] [Openstck] smoketests in Ubuntu pkgs?

2012-04-30 Thread Thompson Lee
Are the nova/smoketests included in any of the ubuntu precise packages? I'm pulling and running them from git at the moment.___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.ne

Re: [Openstack] nova-manage vpn run not available issue

2012-04-30 Thread Vishvananda Ishaya
the vpn commands were moved to apis and are now launched by the nova cli tool. As an admin user: nova cloudpipe-create or using the api look for cloudpipe on: http://api.openstack.org/ On Apr 30, 2012, at 2:34 PM, Vijay wrote: > Hello, > I am trying to launch cloudpipe image. I created the

Re: [Openstack] Client branches?

2012-04-30 Thread Monty Taylor
On 04/30/2012 05:06 PM, Joshua Harlow wrote: > Hi all, > > I was wondering if the clients (ie novaclient, keystoneclient) are > supposed to have branches for “stable/essex” or not, they currently just > have master and milestone proposed? Hey! They are as of right now NOT supposed to have stable

[Openstack] [Nova] RPC API Versioning Prototype

2012-04-30 Thread Russell Bryant
Greetings, I held a session on adding version numbers to the RPC APIs at the last design summit. The idea was fairly non-controversial. The next step was to do some prototyping to nail down what it should look like. This will end up touching quite a bit of code, so it's important to get some co

Re: [Openstack] Running review requests code on jenkins.openstack.org

2012-04-30 Thread John Postlethwait
Hello Victor, Please see here: http://wiki.openstack.org/GerritJenkinsGithub#line874 (Under the "Reviewing a Change" header.) John Postlethwait Nebula, Inc. 206-999-4492 On Monday, April 30, 2012 at 1:49 PM, Victor Rodionov wrote: > Hello > > How I can run my code on Openstack jenkins serv

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

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 3:43 PM, Loic Dachary wrote: > On 04/30/2012 08:03 PM, Doug Hellmann wrote: > > > > On Mon, Apr 30, 2012 at 11:43 AM, Loic Dachary wrote: > >> On 04/30/2012 03:49 PM, Doug Hellmann wrote: >> >> >> >> On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary wrote: >> >>> On 04/30

[Openstack] nova-manage vpn run not available issue

2012-04-30 Thread Vijay
Hello, I am trying to launch cloudpipe image. I created the cloudpipe image and uploaded into glance.  I am testing with Essex Release candidate version (RC4) that was released before the final Essex release. When I run the command nova-manage vpn run , nova-manage says the only option availab

[Openstack] Error with Swift test.functional tests

2012-04-30 Thread Victor Rodionov
Hello I faced with error in test.functional, this a console log vito@vito:~/etalon/swift/test$ nosetests functional .E...E... ==

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Anne Gentle
My vote is for service/API names. This convention is what the documentation uses whenever possible. http://wiki.openstack.org/Documentation/Conventions Thanks, Anne On Mon, Apr 30, 2012 at 2:30 PM, Adam Young wrote: > On 04/30/2012 02:58 PM, Dolph Mathews wrote: > > I very much like the idea t

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Dolph Mathews
On Apr 30, 2012, at 3:20 PM, "Daniel P. Berrange" wrote: > On Mon, Apr 30, 2012 at 01:58:24PM -0500, Dolph Mathews wrote: >> I very much like the idea that we should have a well documented >> recommendation on this topic. >> >> My only criticism is that the API/service names should be used in p

[Openstack] Client branches?

2012-04-30 Thread Joshua Harlow
Hi all, I was wondering if the clients (ie novaclient, keystoneclient) are supposed to have branches for "stable/essex" or not, they currently just have master and milestone proposed? Thx! ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] swift indexation

2012-04-30 Thread andi abes
swift updates the account and container listings as containers and objects are created. So, if what you're looking for is a list of objects or containers... your can just query the proxy: A GET on the tenant url would return the list of containers, a GET on a container will return the list of objec

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Dean Troyer
On Mon, Apr 30, 2012 at 2:30 PM, Adam Young wrote: > I think we can propose both,  and let people weigh in.  I'm of equal mind, > to be honest,  and could see and argument for Keystone versus Identity. api.openstack.org lists an Identity API and a Compute API, etc. This proposal is just mapping

[Openstack] Running review requests code on jenkins.openstack.org

2012-04-30 Thread Victor Rodionov
Hello How I can run my code on Openstack jenkins server, for verifie it? ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.n

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Daniel P. Berrange
On Mon, Apr 30, 2012 at 01:58:24PM -0500, Dolph Mathews wrote: > I very much like the idea that we should have a well documented > recommendation on this topic. > > My only criticism is that the API/service names should be used in place of > project names, e.g. https://hostname/identity, https://h

Re: [Openstack] swift indexation

2012-04-30 Thread Frederik Van Hecke
Hi Khabou, There are several interpretations to your question.. If you want to query the exact different physical locations of a file, you can query the ring as follows. *# find the account id for a given account > # > # $password = the general swift admin pass > # $account = the account to

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

2012-04-30 Thread Joshua Harlow
Agreed, I would get as much low-level data as possible and let other systems combine that as they want to form whatever billing model they choose. On 4/30/12 6:49 AM, "Doug Hellmann" wrote: On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary wrote: On 04/30/2012 12:15 PM, Loic Dachary wrote: > We

Re: [Openstack] Periodic clean-up of fixed_ip addresses in multi-host DHCP mode

2012-04-30 Thread Vishvananda Ishaya
Hey Phil. I think you have a case of old-coditis This was modified to properly query in multihost mode before the essex release: 996 def fixed_ip_disassociate_all_by_timeout(context, host, time): 997 session = get_session() 998 # NOTE(vish): only update fixed ips that "belong" to this

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

2012-04-30 Thread Loic Dachary
On 04/30/2012 08:03 PM, Doug Hellmann wrote: > > > On Mon, Apr 30, 2012 at 11:43 AM, Loic Dachary > wrote: > > On 04/30/2012 03:49 PM, Doug Hellmann wrote: >> >> >> On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary > > wrote: >> >> On

Re: [Openstack] nova nofitications

2012-04-30 Thread Craig Vyvial
I've updated the spec (http://wiki.openstack.org/SystemUsageDataEvol) on this blueprint ( https://blueprints.launchpad.net/nova/+spec/nova-notifications) I am working on adding the volume notifications to nova. I could not assign the blueprint to myself but i will reference this blueprint when i p

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 3:27 PM, Dean Troyer wrote: > On Mon, Apr 30, 2012 at 2:19 PM, Dolph Mathews > wrote: > > I find this behavior really annoying... --help should be contextual > > (depending on whether a subcommand is present, and what it is). > > > I hope not... +1 for argparse. > > Actua

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Adam Young
On 04/30/2012 02:58 PM, Dolph Mathews wrote: I very much like the idea that we should have a well documented recommendation on this topic. My only criticism is that the API/service names should be used in place of project names, e.g. https://hostname/identity, https://hostname/compute, etc.

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
On Mon, Apr 30, 2012 at 2:19 PM, Dolph Mathews wrote: > I find this behavior really annoying... --help should be contextual > (depending on whether a subcommand is present, and what it is). > I hope not... +1 for argparse. Actually, argparse is one reason for this behaviour. It doesn't like dup

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 3:19 PM, Dolph Mathews wrote: > > > On Mon, Apr 30, 2012 at 1:18 PM, Doug Hellmann < > doug.hellm...@dreamhost.com> wrote: > >> >> >> On Mon, Apr 30, 2012 at 12:13 PM, Adam Spiers wrote: >> >>> Dean Troyer (dtro...@gmail.com) wrote: >>> > One of the first things to do is t

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Dolph Mathews
On Mon, Apr 30, 2012 at 1:18 PM, Doug Hellmann wrote: > > > On Mon, Apr 30, 2012 at 12:13 PM, Adam Spiers wrote: > >> Dean Troyer (dtro...@gmail.com) wrote: >> > One of the first things to do is to find out who is interested in >> > contributing to this project.and hopefully coordinating some of

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 2:56 PM, Dean Troyer wrote: > On Mon, Apr 30, 2012 at 1:18 PM, Doug Hellmann > wrote: > > Running a cliff-based app without any arguments enters "interactive" mode > > (as of 0.4) which gives the user a new prompt and lets them run multiple > > commands before exiting. Th

Re: [Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Dolph Mathews
I very much like the idea that we should have a well documented recommendation on this topic. My only criticism is that the API/service names should be used in place of project names, e.g. https://hostname/identity, https://hostname/compute, etc. -Dolph On Mon, Apr 30, 2012 at 11:34 AM, Adam You

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
On Mon, Apr 30, 2012 at 1:18 PM, Doug Hellmann wrote: > Running a cliff-based app without any arguments enters "interactive" mode > (as of 0.4) which gives the user a new prompt and lets them run multiple > commands before exiting. This is intended to be used as an optimization for > commands to c

Re: [Openstack] [client] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
On Mon, Apr 30, 2012 at 11:13 AM, Adam Spiers wrote: > Count me in - by 'build a list' do you mean a new mailing list? You're in! For now that's just a list I'm keeping. > tweaks.  Should we discuss the FIXMEs you marked here or elsewhere?  I > wanted to make a few suggestions before I forget -

[Openstack] Glance Architecture

2012-04-30 Thread Brian Waldon
I've been thinking about how we can optimize the architecture of Glance while providing more flexibility to the consumer of the API. Some of the goals I have are: 1) Minimize request overhead - It feels wasteful to duplicate requests from the glance-api to the glance-registry. 2) Divide respon

Re: [Openstack] [Openstack-operators] Mailing-list split

2012-04-30 Thread Matt Ray
On Mon, Apr 30, 2012 at 1:07 PM, Duncan McGreggor wrote: > On Mon, Apr 30, 2012 at 2:01 PM, Everett Toews > wrote: >> Hi Stefano, >> >> I was replying to Duncan's email, not Thierry's. I'm all for the new >> openstack-dev list. >> >> It was Duncan's proposal that the other lists be split as so.

Re: [Openstack] New Mailing List for Python OpenStack Client

2012-04-30 Thread Dean Troyer
On Mon, Apr 30, 2012 at 12:07 PM, Jay Pipes wrote: > Please, no! We already have too many mailing lists IMHO. If we want > developers and operators and people interested in client tooling to have a > full view of the OpenStack ecosystem, creating yet more mailing lists > inhibits the sharing of be

Re: [Openstack] [Metering] Metering repository in stackforge

2012-04-30 Thread Andrew Hutchings
Hi Loic, On 30/04/12 16:49, Loic Dachary wrote: > Here it is > > https://bugs.launchpad.net/openstack-ci/+bug/992030 Excellent, thanks. I'll get to sorting it all out for you tomorrow. Kind Regards -- Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 12:13 PM, Adam Spiers wrote: > Dean Troyer (dtro...@gmail.com) wrote: > > One of the first things to do is to find out who is interested in > > contributing to this project.and hopefully coordinating some of the > > work with the other emerging project-specific clients. S

Re: [Openstack] [Openstack-operators] Mailing-list split

2012-04-30 Thread Duncan McGreggor
On Mon, Apr 30, 2012 at 2:01 PM, Everett Toews wrote: > Hi Stefano, > > I was replying to Duncan's email, not Thierry's. I'm all for the new > openstack-dev list. > > It was Duncan's proposal that the other lists be split as so. > > 1. openstack-dev = Dev > 2. openstack = Ops > 3. openstack-operat

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

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 11:43 AM, Loic Dachary wrote: > On 04/30/2012 03:49 PM, Doug Hellmann wrote: > > > > On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary wrote: > >> On 04/30/2012 12:15 PM, Loic Dachary wrote: >> > We could start a discussion from the content of the following sections: >> > >>

Re: [Openstack] [Openstack-operators] Mailing-list split

2012-04-30 Thread Everett Toews
Hi Stefano, I was replying to Duncan's email, not Thierry's. I'm all for the new openstack-dev list. It was Duncan's proposal that the other lists be split as so. 1. openstack-dev = Dev 2. openstack = Ops 3. openstack-operators = DevOps I am questioning the necessity to have both lists 2 and 3.

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Matt Joyce
> >  2. I think it would be good if the HIG gave guidelines on how the >     command should behave when run with no arguments. I think the marines call this sort of thing, Task Condition and Standard. Not sure how useful it would be. >  3. I think it would be good if the HIG recommended that, at

Re: [Openstack] Advanced configuration in Snapshots View

2012-04-30 Thread Jorge de la Cruz
Hi Tres Henry, Thank you for your answer, next time if i have an ide, first i will search in blueprints database, my bad. Sounds good, i guess will see soon. Regards El 30/04/2012 19:10, "Tres Henry" escribió: > There is a blueprint for this in Nova: > https://blueprints.launchpad.net/nova/+spe

Re: [Openstack] Advanced configuration in Snapshots View

2012-04-30 Thread Tres Henry
There is a blueprint for this in Nova: https://blueprints.launchpad.net/nova/+spec/volume-snapshots-scheduled This is something Horizon can expose but not something Horizon should implement. On Apr 29, 2012, at 3:28 PM, Jorge de la Cruz wrote: > Hi folks, > Is anyone working in advanced configu

Re: [Openstack] [Openstack-operators] Mailing-list split

2012-04-30 Thread Stefano Maffulli
hi Everett, On Mon 30 Apr 2012 09:12:24 AM PDT, Everett Toews wrote: > It's strange to me that we would take the existing mailing list > openstack-operators and move the Ops people on it to the openstack > list and repurpose the openstack-operators for DevOps people. I'm lost here, I don't unders

Re: [Openstack] New Mailing List for Python OpenStack Client

2012-04-30 Thread Jay Pipes
On 04/30/2012 01:03 PM, Python OpenStack Client wrote: Hello Jay Pipes, A new mailing list has been created for Python OpenStack Client (python- openstackclient). Please, no! We already have too many mailing lists IMHO. If we want developers and operators and people interested in client tooli

[Openstack] URL Scheme for deploying Openstack in HTTPD

2012-04-30 Thread Adam Young
A production configuration of Openstack should be able to run in HTTPD using SSL. I'd like to propose the following URL scheme for the web Apps so that the various pieces can be installed on a single machine without conflict. All pieces will be served on port 443 using the https protocol. I

Re: [Openstack] database migration cleanup

2012-04-30 Thread Johannes Erdfelt
On Mon, Apr 30, 2012, Dan Prince wrote: > The primary benefit here is it is simply less code to maintain: > > The old migrations scripts for Essex are around 6200 lines of code. > > The new compacted migration for Essex is around 950 lines of code. It seems like you're counting raw lines, which

Re: [Openstack] database migration cleanup

2012-04-30 Thread Dan Prince
- Original Message - > From: "Johannes Erdfelt" > To: openstack@lists.launchpad.net > Sent: Friday, April 27, 2012 12:13:47 PM > Subject: Re: [Openstack] database migration cleanup > > On Fri, Apr 27, 2012, Dan Prince wrote: > > > Mirations don't appear to be particularly slow right no

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Adam Spiers
Dean Troyer (dtro...@gmail.com) wrote: > One of the first things to do is to find out who is interested in > contributing to this project.and hopefully coordinating some of the > work with the other emerging project-specific clients. Send me an > email and I'll build a list to get the discussion s

Re: [Openstack] Mailing-list split

2012-04-30 Thread Everett Toews
I'm always an advocate for one less thing. If it makes sense to do so, I would rather have two things than three. It's simply a matter of less complexity and less confusion. I'm not convinced we need three lists. Duncan, you describe the audience for the openstack list as "folks who are not code c

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Adam Spiers
Dean Troyer (dtro...@gmail.com) wrote: > We had a good discussion about a unified OpenStack command line client > on Monday at the Design Summit. The notes are in the Etherpad at > http://etherpad.openstack.org/FolsumCLI, I summarized my recollection > at the bottom; those who were there feel free

Re: [Openstack] database migration cleanup

2012-04-30 Thread Dan Prince
- Original Message - > From: "Monsyne Dragon" > To: "Dan Prince" > Cc: "Sean Dague" , > "" > Sent: Friday, April 27, 2012 1:46:03 PM > Subject: Re: [Openstack] database migration cleanup > > Even better, what would it take to try using Alembic? > (http://alembic.readthedocs.org/en/la

Re: [Openstack] [Metering] Metering repository in stackforge

2012-04-30 Thread Loic Dachary
On 04/30/2012 03:56 PM, Andrew Hutchings wrote: > Hey Loic, > > On 30/04/12 13:46, Loic Dachary wrote: >> On 04/28/2012 06:31 AM, Monty Taylor wrote: >>> I'm including Andrew >>> here, as he's been doing most of the StackForge work. I'll also file a >>> bug on openstack-ci to make sure we don't los

Re: [Openstack] swift indexation

2012-04-30 Thread Caitlin Bestler
khabou imen asked: ➢ ➢ can any one help me in understanding how swift indexation happens , ➢ I am tryind to develop a client looking for a specific file stored with openstack storage Your client would have to match what the Swift Proxy server did for a GET, including tracking which servers w

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

2012-04-30 Thread Loic Dachary
On 04/30/2012 03:49 PM, Doug Hellmann wrote: > > > On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary > wrote: > > On 04/30/2012 12:15 PM, Loic Dachary wrote: > > We could start a discussion from the content of the following sections: > > > > http://wiki.openst

Re: [Openstack] extending rootwrap securely

2012-04-30 Thread Eric Windisch
These are all installation-specific. Devstack is the closest thing there is to an official installer and that clearly doesn't do all the right things, from the perspective of making it *easy* to work with and test, rather than making it production-ready. I think most of the integrators are doin

Re: [Openstack] (no subject)

2012-04-30 Thread Dan Wendlandt
Yes, Raja is correct. These instructions you are pointing to are for using Quantum, which I believe is your goal based on past emails. However, the traceback below seems to imply that nova-manage is picking up a flag file that does not specify that Quantum Manager is to be used (hence it is loadi

Re: [Openstack] extending rootwrap securely

2012-04-30 Thread Andrew Bogott
On 4/30/12 2:35 AM, Vaze, Mandar wrote: did the nova user /already/ have root access? nova-rootwrap uses "sudo" to execute certain commands that require root access. So yes, nova user already has root access via sudo. You can check /etc/sudoers file. It sounds like you are saying nova-rootwr

Re: [Openstack] Swift authentication using keystone (Essex deploy manual)

2012-04-30 Thread Lucio Cossio
I'm still having problems to configure Swift with Keystone, someone can show me a proxy-server.conf file that works? 2012/4/27 Lucio Cossio > Hey there > > I'm installing my OpenStack Essex environment with ubuntu 12.04 using the > new deploy manual from docs.openstack.org and i'm having problem

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

2012-04-30 Thread David Medberry
On 04/30/2012 01:41 AM, Emilien Macchi wrote: Hi, I release my first documentation on OpenStack Essex for Ubuntu 12.04. I've been working for three weeks with StackOps for my internship, and my work is focused ont Quantum (Networking as a service in OpenStack). It was quite difficult to hav

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

2012-04-30 Thread Martin Gerhard Loschwitz
Am 30.04.12 14:26, schrieb Anne Gentle: > Hi Emilien - > Ideally Martin's guide and your guide would be part of the OpenStack > documentation - your licensing would work within our framework for docs. > > Martin, how is progress going on submitting your Quick Start guide through > the Gerrit rev

Re: [Openstack] [Metering] Metering repository in stackforge

2012-04-30 Thread Andrew Hutchings
Hey Loic, On 30/04/12 13:46, Loic Dachary wrote: > On 04/28/2012 06:31 AM, Monty Taylor wrote: >> I'm including Andrew >> here, as he's been doing most of the StackForge work. I'll also file a >> bug on openstack-ci to make sure we don't lose this. > I assume the idea is to file a bug that looks l

[Openstack] [nova-api] Startup error

2012-04-30 Thread Leander Bessa
Hello, I keep getting the following stack trace when i attempt t start nova-api: nova-api /etc/nova/nova.conf > > 2012-04-30 14:52:58 CRITICAL nova [-] No module named nova_keystone_context > > 2012-04-30 14:52:58 TRACE nova Traceback (most recent call last): > > 2012-04-30 14:52:58 TRACE nova

Re: [Openstack] [nova-compute] Startup error

2012-04-30 Thread Leander Bessa
Adding the instance_path fixed it! Regards, Leander On Sat, Apr 28, 2012 at 1:15 AM, Leander Bessa wrote: > I installed everything from ubuntu's 12.04 repositories. > > Below is the nova config file template i'm using. I don't have access to > the machine i'm using at the moment, so i can't ge

Re: [Openstack] Glance problem

2012-04-30 Thread andrei cosmin
Thanks for help!   I have another question. Is there a tutorial for making ubuntu images  with swap partition? In diablo starter guide it says not to make a swap but i want to make one and i don't know how.   Andrei-Cosmin Ion telefon: 0727 768 281 email: andrei_t...@yahoo.com Munceste ca si cu

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

2012-04-30 Thread Doug Hellmann
On Mon, Apr 30, 2012 at 6:46 AM, Loic Dachary wrote: > On 04/30/2012 12:15 PM, Loic Dachary wrote: > > We could start a discussion from the content of the following sections: > > > > http://wiki.openstack.org/EfficientMetering#Counters > I think the rationale of the counter aggregation needs to b

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

2012-04-30 Thread Anne Gentle
Hi Daniel - Thanks for thinking of that document as well. The goal is to bring documents specific to OpenStack into a doc system with bug tracking, testing, editing, and community contributor access. Eventually translation may be available. I'd like to avoid the fragmentation and doubt I he

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

2012-04-30 Thread Emilien Macchi
Loïc, Le lundi 30 avril 2012 à 13:46 +0200, Loic Dachary a écrit : > Emilien, in order for people to improve your document you should add the > sources of the document to https://github.com/EmilienM/doc-openstack . > Otherwise it needs to be copied over and you'll have a hard time > incorpora

Re: [Openstack] [Metering] Metering repository in stackforge

2012-04-30 Thread Loic Dachary
On 04/28/2012 06:31 AM, Monty Taylor wrote: > Hey! > > On 04/27/2012 06:20 PM, Loic Dachary wrote: >> Hi, >> >> I would like to create a repository ceilometer in >> https://github.com/stackforge to host the code for the newborn Metering >> project ( https://launchpad.net/ceilometer , first meetin

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

2012-04-30 Thread Daniel P. Berrange
On Mon, Apr 30, 2012 at 07:26:17AM -0500, Anne Gentle wrote: > Hi Emilien - > Ideally Martin's guide and your guide would be part of the OpenStack > documentation - your licensing would work within our framework for docs. > > Martin, how is progress going on submitting your Quick Start guide throu

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

2012-04-30 Thread Anne Gentle
Hi Emilien - Ideally Martin's guide and your guide would be part of the OpenStack documentation - your licensing would work within our framework for docs. Martin, how is progress going on submitting your Quick Start guide through the Gerrit review process? Thanks, Anne Anne Gentle | http://just

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-30 Thread Nick Lothian
I'm testing out the existing JStack code at the moment. It's been enjoyable process so far. On Apr 30, 2012 7:30 PM, "javier cerviño" wrote: > Hi Adrian, > > I've just seen you submitted your Swift-based CORS implementation to > Gerrit. Would you mind if we do the same for Nova, Keystone and Gl

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-30 Thread Adrian Smith
I have no issue with you submitting your code Javier. As you say though, it might be worth waiting until it's accepted into Swift so you can take advantage of suggestions. Adrian 2012/4/30 javier cerviño > Hi Adrian, > > I've just seen you submitted your Swift-based CORS implementation to > Ger

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

2012-04-30 Thread Loic Dachary
On 04/30/2012 10:52 AM, Martin Gerhard Loschwitz wrote: > Am 30.04.12 09:41, schrieb Emilien Macchi: >> Hi, >> >> I release my first documentation on OpenStack Essex for Ubuntu 12.04. >> >> I've been working for three weeks with StackOps for my internship, and my >> work is focused ont Quantum (Ne

[Openstack] swift indexation

2012-04-30 Thread khabou imen
hi every body, can any one help me in understanding how swift indexation happens , I am tryind to develop a client looking for a specific file stored with openstack storage -- cordialement, Imen Khabou, Elève Ingénieur en Informatique ___ Mailing list:

[Openstack] swift indexation

2012-04-30 Thread khabou imen
hi every body, c -- cordialement, Imen Khabou, Elève Ingénieur en Informatique ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.laun

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

2012-04-30 Thread Loic Dachary
On 04/30/2012 12:15 PM, Loic Dachary wrote: > We could start a discussion from the content of the following sections: > > http://wiki.openstack.org/EfficientMetering#Counters I think the rationale of the counter aggregation needs to be explained. My understanding is that the metering system will b

Re: [Openstack] Glance problem

2012-04-30 Thread Eoghan Glynn
Hi Andrei, The underlying issue is starvation of the storage space used to store image content(as opposed to the image metadata, which takes up very little space). The reason the killed image isn't showing up in the output of glance index is that non-viable images are sanitized from the list. I

[Openstack] [Metering] schema and counter definitions

2012-04-30 Thread Loic Dachary
Hi, To prepare for the next meeting ( thursday 3rd, may 2012 http://wiki.openstack.org/Meetings/MeteringAgenda ) I cleaned up and reorganized the Metering blueprint so that it ( hopefully ) incorporates all the information temporarily stored in the etherpad ( http://etherpad.openstack.org/Effi

Re: [Openstack] (no subject)

2012-04-30 Thread raja.meena
I assume Quantum Manager is enabled ( the following flag specified in nova.conf ) network_manager=nova.network.quantum.manager.QuantumManager Remove the existing network. Restart the Network Services . Issue the below to create the 2 different networks as per your requirment . It Should wo

Re: [Openstack] Using Nova APIs from Javascript: possible?

2012-04-30 Thread javier cerviño
Hi Adrian, I've just seen you submitted your Swift-based CORS implementation to Gerrit. Would you mind if we do the same for Nova, Keystone and Glance? On the other hand, it could be better to wait for its approval because we could apply changes proposed by the reviewers to the rest of components.

Re: [Openstack] Energy efficiency

2012-04-30 Thread Pedro Navarro Pérez
Hi all, CLUES team in Polytechnic University of Valencia in Spain have done some work about energy management: http://www.grycap.upv.es/clues/eng/index.php Cheers On Mon, Apr 30, 2012 at 9:26 AM, Arnaud Quette wrote: > Hi Simon and Hitesh, > > I've started a spec on cloud PM some times ago, th

Re: [Openstack] Backporting to Essex-Stable

2012-04-30 Thread Ghe Rivero
Hi Mandar, i'll take a look to them in the next days and act on them. Ghe Rivero On Mon, Apr 30, 2012 at 8:14 AM, Vaze, Mandar wrote: > We’ve recently fixed some bugs that did not make it in time for Essex, > so they are in master branch now. > > We would like these to be back-ported to

Re: [Openstack] Backporting to Essex-Stable

2012-04-30 Thread Vaze, Mandar
Thanks !! -Mandar -Original Message- From: Alan Pevec [mailto:ape...@gmail.com] Sent: Monday, April 30, 2012 1:19 PM To: Vaze, Mandar Cc: d...@nicira.com; openstack@lists.launchpad.net Subject: Re: [Openstack] Backporting to Essex-Stable On Mon, Apr 30, 2012 at 8:14 AM, Vaze, Mandar wr

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

2012-04-30 Thread Martin Gerhard Loschwitz
Am 30.04.12 09:41, schrieb Emilien Macchi: > Hi, > > I release my first documentation on OpenStack Essex for Ubuntu 12.04. > > I've been working for three weeks with StackOps for my internship, and my > work is focused ont Quantum (Networking as a service in OpenStack). > > > It was quite diff

Re: [Openstack] Backporting to Essex-Stable

2012-04-30 Thread Alan Pevec
On Mon, Apr 30, 2012 at 8:14 AM, Vaze, Mandar wrote: > What is the procedure to get these approved for back-porting ? http://wiki.openstack.org/StableBranch#Workflow ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launc

Re: [Openstack] extending rootwrap securely

2012-04-30 Thread Vaze, Mandar
> did the nova user /already/ have root access? nova-rootwrap uses "sudo" to execute certain commands that require root access. So yes, nova user already has root access via sudo. You can check /etc/sudoers file. stack.sh script from devstack adds the entry in sudoers list for the user runnin

Re: [Openstack] Energy efficiency

2012-04-30 Thread Arnaud Quette
Hi Simon and Hitesh, I've started a spec on cloud PM some times ago, that you may be interesting in reading: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management It's incomplete, but most ideas are there. The base ideas are that: - you can't just consider power effic