Re: [Openstack] [openstack-dev] [Swift] community meeting Oct 1

2012-10-01 Thread John Dickinson
Reminder for today's meeting. On Sep 24, 2012, at 10:59 PM, John Dickinson wrote: > As we finish up Folsom and head into the Grizzly summit, I'd like to have a > Swift community meeting. > > Who: The Swift community (users, deployers, contributors, core devs) > When: October 1, 2012 at 8pm (

[Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-01 Thread Ahmed Al-Mehdi
Hello, Does anybody know when will the distress, specifically Ubuntu, have packages for the OpenStack Folsom release. Is this effort done indecently of OpenStack by Ubuntu and the release date will be mentioned on Ubuntu's website? Regards, Ahmed. _

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-01 Thread Matt Joyce
I am not sure "indecently" was the word you were looking for there. But I gather you are asking if Ubuntu is packaging folsom on their own (as in it's not part of openstack). So yes, Ubuntu is packaging folsom on their own. And I assume ubuntu will let people know when they are done packaging.

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-01 Thread Nathanael Burton
>From the release notes: http://wiki.openstack.org/ReleaseNotes/Folsom#Ubuntu_12.04_.2BAC8_Ubuntu_12.10 On Oct 1, 2012 1:17 PM, "Matt Joyce" wrote: > I am not sure "indecently" was the word you were looking for there. But I > gather you are asking if Ubuntu is packaging folsom on their own (as i

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-01 Thread Ahmed Al-Mehdi
Hi Matt, Thank you very much for the response. And my sincere apologies for using the wrong word (spelling error auto-correction…g). I meant, independently. Regards, Ahmed. From: Matt Joyce mailto:matt.jo...@cloudscaling.com>> Date: Monday, October 1, 2012 10:12 AM To: Ahmed Al-Mehdi ma

[Openstack] HTTP_X_SERVICE_CATALOG endpoints_links

2012-10-01 Thread Tong Li
After a user gets authenticated, each following request will have a header named HTTP_X_SERVICE_CATALOG which contains service end point links, can any one tell me if it is safe to use the information contained in the header to get the various end points from a filter in the pipeline? Notice this

Re: [Openstack] HTTP_X_SERVICE_CATALOG endpoints_links

2012-10-01 Thread Dolph Mathews
The environment variables that auth_token sets are documented in the module's docstring: https://github.com/openstack/keystone/blob/master/keystone/middleware/auth_token.py As these variables are the defined interface for any projects consuming authentication services from middleware, it's safe to

Re: [Openstack] HTTP_X_SERVICE_CATALOG endpoints_links

2012-10-01 Thread Tong Li
Great. thanks a lot. Tong Li Emerging Technologies & Standards Building 501/B205 liton...@us.ibm.com From: Dolph Mathews To: Tong Li/Raleigh/IBM@IBMUS, Cc: openstack@lists.launchpad.net Date: 10/01/2012 04:12 PM Subject:Re: [Openstack] HTTP_X_SERVICE_CATALOG endpoints_link

Re: [Openstack] "nova-manage service list" does not list all nova services

2012-10-01 Thread Gui Maluf
You should give us /var/log/nova/{nova-api,nova-compute,nova-network}.log. But please, use http://paste.openstack.org/, dont fill the email with logs entry. Also paste /etc/nova/nova.conf and /etc/nova/api-paste.ini Check the user and permissions of /etc/nova and my last shot in the dark: flush t

[Openstack] Installing Folsom on Ubuntu 12.04

2012-10-01 Thread Ahmed Al-Mehdi
Hello, I am attempting to do a fresh install of OpenStack / Folsom release on Ubuntu 12.04 following the doc - "Install and Deploy Manual – Red Hat Ubuntu" (Folsom version). I added a new file to "/etc/apt/sources.list.d", folsom.list: root@bodega:/etc/apt/sources.list.d# cat folsom.list deb

Re: [Openstack] Installing Folsom on Ubuntu 12.04

2012-10-01 Thread Emilien Macchi
Hi, Have you tried 'apt-get update' before checking the repository ? Keystone should be "2012.2~rc1-0ubuntu1~cloud0" in Cloud Archive [1] Regards [1] http://ubuntu-cloud.archive.canonical.com/dists/precise-updates/folsom/main/binary-amd64/Packages On Tue, Oct 2, 2012 at 12:06 AM, Ahmed Al-

Re: [Openstack] Installing Folsom on Ubuntu 12.04

2012-10-01 Thread Ahmed Al-Mehdi
Hi Emilien, That did it. Thank you for your quick response. Regards, Ahmed. From: Emilien Macchi mailto:emil...@enovance.com>> Date: Monday, October 1, 2012 3:19 PM To: Ahmed Al-Mehdi mailto:ah...@coraid.com>> Cc: "openstack@lists.launchpad.net" mailto:op

[Openstack] Enabling logging in keystone.

2012-10-01 Thread Ahmed Al-Mehdi
Hello, I am trying to verify the installation of keystone. When I try to run some "curl" commands, I get the following error message: root@bodega:~/ahmed/keystone-init# curl -d '{"auth": {"tenantName": "adminTenant", "passwordCredentials": {"username": "adminUser", "password": "secretword"}}}

Re: [Openstack] Enabling logging in keystone.

2012-10-01 Thread heckj
Ahmed - The header that's supposed to have the token within it is labelled "X-Auth-Token', not "X_Auth_Token". Unless you're really comfortable with the protocol, I'd recommend using the keystone CLI from the python-keystoneclient to do your verifying, using it's debugging (which is to show y

Re: [Openstack] Enabling logging in keystone.

2012-10-01 Thread Ahmed Al-Mehdi
Hi Joe, Actually, the curl command with the "X_Auth_Token" is my weak attempt to try to find a solution. I am actually issuing the following command (per recommendation from the OpenStack document - "Install and Deploy Manual – Red Hat Ubuntu"): root@bodega:~# curl -d '{"auth": {"tenantName":

Re: [Openstack] Enabling logging in keystone.

2012-10-01 Thread heckj
Can you invoke the keystone commands with --token and --endpoint? That's the same thing as what you're trying to do with curl, but using the CLI to do the hard work of making sure you get the header's all nailed down correctly. Some good ones to try are: (using your example "token" and "endpoint

Re: [Openstack] Enabling logging in keystone.

2012-10-01 Thread Dolph Mathews
The X-Auth-Token is what you get back from the authentication call you're trying to make -- try removing the header completely. If you're still getting a 401 error back, either your username or password is wrong, your tenant name is wrong, or you haven't granted "adminUser" any role(s) on "adminTen

[Openstack] Cells Status

2012-10-01 Thread Tom Fifield
Hi all, As Chris is a rather busy guy, I've taken the liberty of putting up a blueprint and wiki page for Nova Compute Cells. https://blueprints.launchpad.net/nova/+spec/nova-compute-cells http://wiki.openstack.org/blueprint-nova-compute-cells NeCTAR's got to have this feature working well b

Re: [Openstack] Cells Status

2012-10-01 Thread Chris Behrens
Thanks, Tom! I have changes to push up that add rpc versioning, etc. Maybe I can get those up tomorrow. On Oct 1, 2012, at 7:08 PM, Tom Fifield wrote: > Hi all, > > As Chris is a rather busy guy, I've taken the liberty of putting up a > blueprint and wiki page for Nova Compute Cells. > > h

Re: [Openstack] Cells Status

2012-10-01 Thread Sam Morrison
On 02/10/2012, at 12:33 PM, Chris Behrens wrote: > Thanks, Tom! I have changes to push up that add rpc versioning, etc. Maybe > I can get those up tomorrow. Great! I was going to start looking into it but will hold off if you've already done it. Cheers, Sam _

Re: [Openstack] Cells Status

2012-10-01 Thread Chris Behrens
Yup, it's done. I just have to deal with some conflicts with our internal branch and my public one.. On Oct 1, 2012, at 7:47 PM, Sam Morrison wrote: > On 02/10/2012, at 12:33 PM, Chris Behrens wrote: > >> Thanks, Tom! I have changes to push up that add rpc versioning, etc. Maybe >> I can

[Openstack] CY12-Q3 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack

2012-10-01 Thread Qingye Jiang (John)
Hi, I have just finished my blog entry "CY12-Q3 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack", which provides a lot of details on how these four projects are doing in terms of community activies. The article contains a lot of graphs, and I don't want to spam everyb

Re: [Openstack] CY12-Q3 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack

2012-10-01 Thread Tom Fifield
Hi, It looks like you missed the migration to the new OpenStack mailing lists - http://lists.openstack.org/cgi-bin/mailman/listinfo Regards, Tom On 02/10/12 16:37, Qingye Jiang (John) wrote: Hi, I have just finished my blog entry "CY12-Q3 Community Analysis — OpenStack vs OpenNebula vs Euc