Re: [Openstack] Wiki and OpenID

2011-11-06 Thread Chmouel Boudjnah
Hello, It only works with the launchpad OpenID. Cheers, Chmouel. (I just realized that my subject is a bit misleading, sorry) On 6 Nov 2011, at 03:42, Frans Thamura wrote: hi so we can use gmail or gapps or yahoo to login any idea to map our current user with this openid. F On Sun, Nov 6,

Re: [Openstack] Wiki and OpenID

2011-11-06 Thread Razique Mahroua
works here Thanks for the work Le 6 nov. 2011 à 09:35, Chmouel Boudjnah a écrit : > Hello, > > > It only works with the launchpad OpenID. > > Cheers, > Chmouel. > > (I just realized that my subject is a bit misleading, sorry) > > On 6 Nov 2011, at 03:42, Frans Thamura wrote: > >> hi >> >>

Re: [Openstack] Wiki and OpenID

2011-11-06 Thread Frans Thamura
Work here now Yes, just launchpad's openid Because my email is google's openid Hope can add more provider in the future On Nov 6, 2011 3:35 PM, "Chmouel Boudjnah" wrote: > Hello, > > It only works with the launchpad OpenID. > > Cheers, > Chmouel. > > (I just realized that my subject is a b

Re: [Openstack] Wiki and OpenID

2011-11-06 Thread Anne Gentle
Thank you Chmouel! Really appreciate it. It works for me as well. Here are the basic steps. 1. Go to any page on the OpenStack wiki. 2. Click Login. 3. You should see "OpenID verification requires that you click this button" Click the Continue button. 4. You should see "You have us

Re: [Openstack] Does Nova works with several netwoks and VLANs ?

2011-11-06 Thread Narayan Desai
This looks more or less right. We have been running a setup like you are describing here for quite a while, and we've found it to be stable (and easier to setup than a lot of the other network options, IMO). When debugging this sort of setup, trunking setup problems on the switch are often the cul

Re: [Openstack] Does Nova works with several netwoks and VLANs ?

2011-11-06 Thread Razique Mahroua
Hi Narayan, thanks for your feedback, It took me hours to figure out, but thanks to vish, we found out that my fixed_ips tables had a lot of unused IP (with a project_id=NULL) Thus, the nova-br50.conf (for my vlan50) was empty ; after a quick 'delete from fixed_ips where project_id=NULL' i've b