Re: [Openstack] Devstack installation script changed ?

2012-05-12 Thread Dan Wendlandt
On Sat, May 12, 2012 at 7:07 PM, Salman Malik wrote: > Hi, > The devstack script changes all the time actually, see: https://github.com/openstack-dev/devstack/commits/master > > I am asking this because last time when I tried devstack on virtualbox, I > got OpenVswitch plugin installed with i

[Openstack] Devstack installation script changed ?

2012-05-12 Thread Salman Malik
Hi, I am asking this because last time when I tried devstack on virtualbox, I got OpenVswitch plugin installed with it (along with ovs_quantum_plugin.ini file) and could use it with quantum but now when I am trying to install devstack on a physical node, the script isn't installing open vswitc

[Openstack] Unable to retrieve details for instance

2012-05-12 Thread Salman Malik
Hi Guys, I am having problem with accessing details of the newly spun instances. I get this error at the dashboard: Unable to retrieve details for instance "". There is also a stream of [error] in the horizon output (I don't know where its log go). Can someone point out any solutions? Thanks

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
# cat /etc/keystone/keystone.conf [DEFAULT] bind_host = 0.0.0.0 public_port = 5000 admin_port = 35357 admin_token = 012345SECRET99TOKEN012345 compute_port = 8774 verbose = True debug = True log_config = /etc/keystone/logging.conf # cat /etc/glance/glance-api-paste.ini [filter:authtoken] paste.f

Re: [Openstack] [OpenStack][Keystone] Blueprint to store quota data in Keystone

2012-05-12 Thread Lorin Hochstein
On May 10, 2012, at 12:55 PM, Everett Toews wrote: > Hi All, > > I've started a blueprint and spec to store quota data in Keystone. Please > have a look if you're interested and any feedback is welcome. > > Of course, writing up the spec brought up number of questions for me. You can > find

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Dolph Mathews
The admin_token config is being used to bypass to normal authentication process, thereby avoiding the issue. Can you paste the rest of your authtoken config? Also, try token-get against 5000, and then try the resulting token as your admin_token value. -Dolph Mathews On May 12, 2012, at 12:01 P

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shashi Kanth Boddula
# keystone user-list +--+-+---++ |id| enabled | email | name | +--+-+---++ | 76a3cb1e5e7a427d8272838fc0a759fc | True| None | nova | | a19e7f6975984e7fa6c8

[Openstack] command to delete/suspend instances

2012-05-12 Thread Shashi Kanth Boddula
Essex on Ubuntu 12.04. In the dashboard if i delete or suspend instances, then it is not happening, the UI simply continue to show Deleting/Suspending, and it never comes out of it. Is there any nova command which i can forcefully delete the instances ? Or in this situation what can be done? -

Re: [Openstack] ERROR: Malformed request url (HTTP 400)

2012-05-12 Thread Igor Laskovy
Guys, I am still need help)) On May 10, 2012 9:45 PM, "Igor Laskovy" wrote: > Hi Dolph and Kevin, > thank you for your attention and sorry for delay reply. > > Here are what I have in nova-api.log : > > 2012-05-10 14:40:08 INFO nova.api.openstack.wsgi > [req-c6b9ea76-bbe1-4796-a231-41fc41c7695f >

Re: [Openstack] [Openstack-operators] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Luis Gervaso
Thanks for sharing Lorin! On Sat, May 12, 2012 at 3:10 PM, Lorin Hochstein wrote: > Unfortunately, It isn't in the docs yet. :( > > I'm hoping to find some time to add this to the docs in the next few days. > > Take care, > > Lorin > -- > Lorin Hochstein > Lead Architect - Cloud Services > Nimbis

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Lorin Hochstein
Unfortunately, It isn't in the docs yet. :( I'm hoping to find some time to add this to the docs in the next few days. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 12, 2012, at 8:43 AM, Leandro Reox wrote: > Clear as

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Leandro Reox
Clear as crystal. Thanks a lot Lorin! i didnt see this reflected on the docs. Best Lean On May 12, 2012 8:45 AM, "Lorin Hochstein" wrote: > Leandro: > > On May 10, 2012, at 10:58 AM, Leandro Reox wrote: > > Hi all, > > I was wondering if is there any way to create private and global endpoints >

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Lorin Hochstein
Leandro: On May 10, 2012, at 10:58 AM, Leandro Reox wrote: > Hi all, > > I was wondering if is there any way to create private and global endpoints in > Keystone essex final, what for ? > > I have users defined for specific applications, for example i want that the > "images" user, just to

Re: [Openstack] Openstack Beginners guide for Ubuntu 12.04/Essex

2012-05-12 Thread Lorin Hochstein
On May 10, 2012, at 2:51 PM, Rick Jones wrote: > On 05/10/2012 07:33 AM, Atul Jha wrote: >> Suggestion/criticism would be highly appreciated. > > Tried a few times to send this directly to Atul and the > css.ossbo...@csscorp.com address in the paper, but was getting rejected > content for Atul

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Dolph Mathews
I think the key is this line: 2012-05-11 10:03:11 18461 INFO [keystone.middleware.auth_token] Keystone rejected admin token {'X-Auth-Token': u' 6f220a2e7e324bf4bd7a96040f364316'}, resetting It looks like your auth_token middleware isn't properly authenticating itself with keystone. Verify tha

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-12 Thread Mark McLoughlin
On Fri, 2012-05-11 at 17:22 -0700, Vishvananda Ishaya wrote: > On May 11, 2012, at 2:04 PM, Mark McLoughlin wrote: > > > > I'm guessing we could easily flick a switch in gerrit to cause it to > > rebase instead of merge. > > > > I don't remember any debate about it, but I'm also guessing there ar

Re: [Openstack] Nova subsystem branches and feature branches

2012-05-12 Thread Mark McLoughlin
On Fri, 2012-05-11 at 17:44 -0700, James E. Blair wrote: > On 05/11/2012 02:04 PM, Mark McLoughlin wrote: > > On Fri, 2012-05-11 at 13:57 -0700, David Lutterkort wrote: > >> On Fri, 2012-05-11 at 12:37 +0100, Mark McLoughlin wrote: > >>>- Our history is far from "clean history", it's pretty dis

Re: [Openstack] glance keystone authentication problem

2012-05-12 Thread Shake Chen
you can check your keystone whether work correctly. keystone user-list On Fri, May 11, 2012 at 12:42 PM, Shashi Kanth Boddula wrote: > Ubuntu 12.04 Essex. > > # glance index > Failed to show index. Got error: > You are not authenticated. > Details: 401 Unauthorized > > This server could not v