[Openstack] [Glance]: which part of the source codes handle the receiving of the upload image data

2012-02-17 Thread benzwt benzwt
Hi Glance guys, I'm not good in WSGI. I have a foolish question to ask. Which part of the source codes handle the receiving of the uploading data. As far as I know, the uploading data is in body_file from webob. I traced the webob code but it made my head blowed. ---> send chunked data -> | (

Re: [Openstack] [Glance]: which part of the source codes handle the receiving of the upload image data

2012-02-17 Thread Eoghan Glynn
> I'm not good in WSGI. I have a foolish question to ask. > Which part of the source codes handle the receiving of the uploading > data. > > As far as I know, the uploading data is in body_file from webob. I > traced the webob > code but it made my head blowed. > > ---> send chunked data -> |

[Openstack] [Keystone] Custom Roles

2012-02-17 Thread Leander Bessa
Hello, I was wondering if it would be possible to create custom roles in keystone. For instance, i would like to create a role which would allow a project owner to create/remove flavors without the intervention of an admin account. Can this be done? Regards, Leander

Re: [Openstack] Howto Nova setup with HA?

2012-02-17 Thread Florian Haas
On Thu, Feb 16, 2012 at 3:09 PM, Tom Ellis wrote: > nova-volume service >  * Current weakness in the HA setup, unless you are willing to use iscsi > tgtd with DRBD. I believe this would still have some problems when > failing over with the initiators that are logged in. Nope, this is well underst

[Openstack] floating ip with melange

2012-02-17 Thread Tomoe Sugihara
Hi, Is anyone working on getting floating ip work with melange? Currently pool operation (from nova-manage) and allocate/deallocate/associate/disassocaite (in FloatingIP mix-in for network manager) are closely coupled with nova DB. I'd be happy to work on that or work together if someone is alread

Re: [Openstack] [Keystone] Custom Roles

2012-02-17 Thread Jay Pipes
On 02/17/2012 06:31 AM, Leander Bessa wrote: Hello, I was wondering if it would be possible to create custom roles in keystone. For instance, i would like to create a role which would allow a project owner to create/remove flavors without the intervention of an admin account. I *think* this sh

Re: [Openstack] [Glance]: which part of the source codes handle the receiving of the upload image data

2012-02-17 Thread Jay Pipes
On 02/17/2012 04:08 AM, benzwt benzwt wrote: Hi Glance guys, Hi Reynolds! I'm not good in WSGI. I have a foolish question to ask. Which part of the source codes handle the receiving of the uploading data. The receiver of the uploaded data is the webob.Request object that is constructed on

Re: [Openstack] [Keystone] Custom Roles

2012-02-17 Thread Leander Bessa
Thanks, that is just what i'm looking foor. This will only be available in the final Essex release of OpenStack right? In regards to the side note, i was hoping to restrict that flavor to the tenant in which it was created. Although if it isn't possible, i suppose it could do no harm, assuming per

Re: [Openstack] [Keystone] Custom Roles

2012-02-17 Thread Jay Pipes
On 02/17/2012 10:15 AM, Leander Bessa wrote: Thanks, that is just what i'm looking foor. This will only be available in the final Essex release of OpenStack right? It is in the development trunk right now. If you pull the E3 releases, the functionality should be in there, too. In regards to

Re: [Openstack] Swift S3 with Keystone anyone?

2012-02-17 Thread Chmouel Boudjnah
On 17 Feb 2012, at 06:12, Pete Zaitcev wrote: >> - A S3Token middleware which is based on Akira version with some fixes. > Yeah, that looks beautiful... Unfortunately the back-end > inherits the old problem: it authorizes against EC2 credentials > instead of Swift credentials. The result is, if two

Re: [Openstack] Remove Zones code - FFE

2012-02-17 Thread Ed Leafe
On Feb 15, 2012, at 10:07 AM, Armando Migliaccio wrote: > I think you touched the crucial point here: what is exposed to the user and > what not. Reading: > > http://wiki.openstack.org/MultiClusterZones#Design > > one would think that zones is a concept exposed to end users. You're saying > ot

Re: [Openstack] announcing api.openstack.org

2012-02-17 Thread Ed Leafe
On Feb 16, 2012, at 10:02 AM, Anne Gentle wrote: > I'm pleased to point you to http://api.openstack.org. > > Collecting OpenStack APIs on one page, built with an API developer in mind. Sweet! This is a great addition for all OpenStack devs! -- Ed Leafe __

[Openstack] Keystone Use Cases and User Stores

2012-02-17 Thread Joseph Heck
Happy Friday (hopefully it's friday when you get this...) As keystone is getting into a new baseline, we're actively going through the bug list and blueprints and re-assessing based on the updated codebase. As we're getting into the details, we want to try and stay as close to the road as possi

Re: [Openstack] Keystone Use Cases and User Stores

2012-02-17 Thread Rouault, Jason (Cloud Services)
http://etherpad.openstack.org/keystone-domains -Original Message- From: openstack-bounces+jason.rouault=hp@lists.launchpad.net [mailto:openstack-bounces+jason.rouault=hp@lists.launchpad.net] On Behalf Of Joseph Heck Sent: Friday, February 17, 2012 12:59 PM To: OpenStack Mailing Lis

Re: [Openstack] Keystone Use Cases and User Stores

2012-02-17 Thread Joseph Heck
Thanks Jason - Thats already on our list of topics to discuss more broadly at the Folsom design summit (http://wiki.openstack.org/KeystoneFolsomSummitTopics). The etherpad has a great deal of detail, but I think it needs some conversation needs happen as to how it related to the RBAC discussio

[Openstack] Keystone authentication

2012-02-17 Thread Mahdi Njim
Good evening I have a question about Keystone. In the recent versions of NOVA, SWIFT and Glance we can only do authentication by Keystone ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : http

Re: [Openstack] Keystone Use Cases and User Stores

2012-02-17 Thread Rouault, Jason (Cloud Services)
Groups are independent of tenants. A role reference can be used to link a group to a tenant, much like it currently links and individual user to a tenant. For example I could give all users in the Nova Basic Admin group the 'netadmin' role for Nova in tenant X. I will not be available on the 28t

Re: [Openstack] Keystone authentication

2012-02-17 Thread Chmouel Boudjnah
On Fri, Feb 17, 2012 at 9:58 PM, Mahdi Njim wrote: > In the recent versions of NOVA, SWIFT and Glance we can only > do authentication by Keystone This should works nicely with the latest version (and probably earlier) of keystone (ie: master). Chmouel. __

[Openstack] cloud-init support for config-drive

2012-02-17 Thread Scott Moser
Hey all, I recently (yesterday) added 'configdrive' support to cloud-init. The most recent daily builds of ubuntu 12.04 (precise) [1] should be able to take advantage of configdrive. I tried to document what I have at http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/d

[Openstack] Required services on compute node

2012-02-17 Thread Mohammad Banikazemi
What are the services one need to run on a compute node? I have a controller which runs all the services as specified in devstack and since I am running quantum with openvswitch I have also added q-svc and q-agt to this node. Now I need to start a second node which will be only a compute node. dev

[Openstack] OpenStack Community Newsletter –February 17, 2012

2012-02-17 Thread Stefano Maffulli
HIGHLIGHTS * TryStack.org – A Sandbox for OpenStack is live http://www.openstack.org/blog/2012/02/trystack-org-a-sandbox-for-openstack/ * The brand new API reference website http://api.openstack.org/ * SoftLayer announced its Object Storage product built on Open

Re: [Openstack] Creating boot-from-volume capable image and volume

2012-02-17 Thread Anthony Young
Hey Tomoe, > > - a launched instance cannot go outside the world and failed >to get the cirros image with floating ip. > For this to work, the floating ip range defined by FLOATING_RANGE have to be configured on your network. An easy solution for this is to set FLOATING_RANGE as some unus

Re: [Openstack] Required services on compute node

2012-02-17 Thread DeadSun
I think: using n-net if you set mutil_host in nova.conf using n-vol if you want use this node as a nova-volume service using n-api if you want mutil nova-api nodes not single On Sat, Feb 18, 2012 at 6:31 AM, Mohammad Banikazemi wrote: > What are the services one need to run on a compute node? >