Re: [Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Jay Pipes
On Mon, Aug 1, 2011 at 9:05 PM, Jan Drake wrote: > Anyone got good recipe for swift/glance on centos? Are you asking about RPM packaging or Chef recipes? -jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.n

Re: [Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Jan Drake
Anyone got good recipe for swift/glance on centos? On Aug 1, 2011, at 4:06 PM, Trey Morris wrote: > *cheers* > > On Mon, Aug 1, 2011 at 3:23 PM, Jay Pipes wrote: > Hi Glance contributors, > > The time has come for us to move to the new code platform, using Git and > Gerrit. > > I'd like

Re: [Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Jan Drake
Right now i will take anything but prefer rpms. :) On Aug 1, 2011, at 6:08 PM, Jay Pipes wrote: > On Mon, Aug 1, 2011 at 9:05 PM, Jan Drake wrote: >> Anyone got good recipe for swift/glance on centos? > > Are you asking about RPM packaging or Chef recipes? > > -jay >

Re: [Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Jay Pipes
On Mon, Aug 1, 2011 at 9:19 PM, Jan Drake wrote: > Right now i will take anything but prefer rpms. :) Here ya go :) http://yum.griddynamics.net/yum/master/openstack/ -jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@list

[Openstack] [Openstack API] operations wih status code 202 and response Body

2011-08-01 Thread Salvatore Orlando
Hi, I was looking at operations in the Openstack API which return status code 202. Most of them, such as "resize server" and "revert resize servier" do not return a response body. Others, such as "create server" also return a response body. I was also looking at the unit tests in tests/api/Opens

Re: [Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Trey Morris
*cheers* On Mon, Aug 1, 2011 at 3:23 PM, Jay Pipes wrote: > Hi Glance contributors, > > The time has come for us to move to the new code platform, using Git and > Gerrit. > > I'd like to know what date you think is a good time for us to begin > the transition? > > Everyone should read the docume

[Openstack] [GLANCE] Ready to move to GitHub/Gerrit?

2011-08-01 Thread Jay Pipes
Hi Glance contributors, The time has come for us to move to the new code platform, using Git and Gerrit. I'd like to know what date you think is a good time for us to begin the transition? Everyone should read the documentation Monty and Jim have been putting together: http://wiki.openstack.org

Re: [Openstack] Getting keystone to work with nova/glance

2011-08-01 Thread Kevin L. Mitchell
On Mon, 2011-08-01 at 15:31 +0200, Marc Peiser wrote: > Now I'm not sure what to do from here, 'nova-manage user list' still > shows old users that I used in nova, nothing from keystone? The nova_auth_token.py middleware does lazy synchronization; that is, if you connect authenticated as a user t

[Openstack] swift status (August 1)

2011-08-01 Thread John Dickinson
Just a quick note on swift's status and what we're working on. Last week I gave a talk at OSCON about swift. There was a good turnout, and I hope questions were answered. The slides can be found at http://d.not.mn/swift_overview_oscon2011.pdf. Also, we are working on: 1) Reliability improvemen

Re: [Openstack] Getting keystone to work with nova/glance

2011-08-01 Thread Ziad Sawalha
Hi Marc - service_host points to the service (Nova in this case). This is only used if you're running the auth middleware on a separate server (that's an advanced configuration for being able to scale out in the future). However, even if you set that incorrectly to the Keystone server, it proba

Re: [Openstack] Chef Deployment System for Swift - a proposed design - feedback?

2011-08-01 Thread andi abes
Time for another update The crowbar is (finally) out, it made some splash at OSCON, but in case you missed it, you can find it here: https://github.com/dellcloudedge/crowbar In case you really missed it - crowbar provides a bare metal to a fully deployed glance, nova and/or swift install syst

[Openstack] Getting keystone to work with nova/glance

2011-08-01 Thread Marc Peiser
Hi there, I've installed keystone on a separate server with the sample data provided by the sampledata.sh script, I edited the endpoint templates to match my environment. I think I managed to get swift working using keystone but am not having the same luck with nova. Since keystone is installed