Re: [Openstack] [heat] Grizzly-2 development milestone available for Heat

2013-01-15 Thread Mballo Cherif
Hi everybody, I need help!

I was trying to install Openstack Keystone standalone on a Ubuntu 12.04 machine 
using the source tarball from Github 
http://docs.openstack.org/developer/keystone/installing.html . keystone was 
apparently installed correctly, however no keystone.conf file was created in 
either /etc or /etc/keystone folders. Thus, running anything further was not 
possible.



Can anyone help/direct me about what should be done?



Thanks you!



Sherif


From: openstack-bounces+cherif.mballo=gemalto@lists.launchpad.net 
[mailto:openstack-bounces+cherif.mballo=gemalto@lists.launchpad.net] On 
Behalf Of Martinx - ?
Sent: mardi 15 janvier 2013 13:18
To: Steven Hardy
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] [heat] Grizzly-2 development milestone available for 
Heat

Hi!

I just install Keystone and Glance on my Raring Ringtail "controller node"...

Should I install Heat now? Or is it better to install it between?

BTW, I'm using this guide to help me: 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/stable/GRE/OpenStack_Folsom_Install_Guide_WebVersion.rst
 - since it works great for Ubuntu 12.10...

Thanks for the info!

Best,
Thiago
On 15 January 2013 07:28, Steven Hardy 
mailto:sha...@redhat.com>> wrote:
On Mon, Jan 14, 2013 at 01:20:09PM -0200, Martinx - ジェームズ wrote:
> Hi!
>
>  Is Grizzly-2 available on Ubuntu Raring Ringtail (13.04) daily builds?
>
> Tks!
> Thiago
Since your question is in response to the Heat Grizzly-2 announcement, I
should point out that Heat is not packaged for Ubuntu (yet!), so you will
have to download the tarball and install from source to evaluate this
release.

Tarball:
https://launchpad.net/heat/grizzly/grizzly-2

Install procedure should be the similar to:
http://wiki.openstack.org/Heat/GettingStartedUsingMasterOnUbuntu

Assuming you already have a functional openstack installation, you can start
at "Install Heat from master" and skip the git clone (just untar the tarball
instead)

This should be an interim solution as packaging for Ubuntu is in-progress:
https://bugs.launchpad.net/heat/+bug/1083501

Steve

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone help! keystone-all

2013-01-16 Thread Mballo Cherif
Hi everybody, I need help. When I install keystone and do keystone-all I get 
this error:
How can I fix this issus?

File "/usr/bin/keystone-all", line 74, in 
serve(*servers)
  File "/usr/bin/keystone-all", line 38, in serve
server.start()
  File "/usr/lib/python2.7/dist-packages/keystone/common/wsgi.py", line 71, in 
start
socket = eventlet.listen((self.host, self.port), backlog=backlog)
  File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in 
listen
sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use

Thanks!

Sherif




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] keystone help! keystone-all

2013-01-16 Thread Mballo Cherif
Tanks JuanFra ! I check it with natstat -antp after stoping keystone service, 
but these ports (5000, 35357) are not used by process. By the way This is in a 
VM into my  win7OS.
An others idea?


Thanks!

Sherif

From: JuanFra Rodriguez Cardoso [mailto:juanfra.rodriguez.card...@gmail.com]
Sent: mercredi 16 janvier 2013 16:33
To: Mballo Cherif
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] keystone help! keystone-all

Hi:

Check ports tcp/5000 and tcp/35357 are free before starting keystone.

Regards,
JuanFra.


2013/1/16 Mballo Cherif 
mailto:cherif.mba...@gemalto.com>>
Hi everybody, I need help. When I install keystone and do keystone-all I get 
this error:
How can I fix this issus?

File "/usr/bin/keystone-all", line 74, in 
serve(*servers)
  File "/usr/bin/keystone-all", line 38, in serve
server.start()
  File "/usr/lib/python2.7/dist-packages/keystone/common/wsgi.py", line 71, in 
start
socket = eventlet.listen((self.host, self.port), backlog=backlog)
  File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in 
listen
sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use

Thanks!

Sherif





___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--
JuanFra
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone-grizzly-2

2013-01-25 Thread Mballo Cherif
Hi everybody !


Are grizzly-2 packages released for 12.04 LTS?



Thanks!



Sherif!
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone help! keystone stop/waiting

2013-02-04 Thread Mballo Cherif
Hi every body!

I need help for keystone service.

when I try to run keystone with 'service keystone start', I get this:

$ sudo service keystone start
keystone start/running, process 15335
$ sudo service keystone status
keystone stop/waiting

How can I fix this?

Thanks you for your help.



Sherif.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone delegate Athentication

2013-02-06 Thread Mballo Cherif
Hi everybody !
I am wondering if it's possible to delegate keystone Authentication to an 
Authentication against a  server (I have one Strong Authentication server) or 
an Identity Provider?
If I make modification on keystoneclient code it may be possible?
Any ideas? Please help me!


Thanks !

Sherif!
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone / horizon :

2013-02-11 Thread Mballo Cherif
Hi everybody !
I need help for keystone user/password authentication with horizon.

1)  When I try to authenticate with my credential (login/password) In 
horizon dashboard, I have this message Unable to retrieve authorized projet ! 
please what is that mean?
How can I fix this issue.


2)  How can I trace the horizon call when a user  try to authenticate with 
the dashbord?


Thanks you for your Answers


Sherif!
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] horizon/keystone

2013-02-25 Thread Mballo Cherif
Hello everybody !
I need to understand how does horizon use keystone to authenticate user in 
dashboard?
What is really the interaction with horizon and keystone?
I am looking the horizon code but it's not easy to understand.

Thanks you for your help!

Sherif.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone/horizon/dashboard

2013-02-28 Thread Mballo Cherif
Hello everybody !

I need help,
when i try to authenticate with the dashboard I have this "An error occurred 
authenticating. Please try again later." What is wrong with keystone or horizon?
How can I fix this issue?

Thanks you for your help!

Sherif.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] horizon dashboard GUI.

2013-03-01 Thread Mballo Cherif
Hi evorybody !

I am wondering, how can i customize the openstack GUI horizon dashboard. Adding 
element in login in page, customize color, background etc,
where do I make the appropriate changes?

Thanks you for your help!


Sherif!



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] openstack MFA OTP generator

2013-04-02 Thread Mballo Cherif
Hi everybody,

I saw that the MFA blueprint are implemented, what is method for generating and 
getting OTP?



How can I test it ?



Thanks you for your answers!





Sheriff !





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] to mix the release components for openstack install

2013-04-05 Thread Mballo Cherif
Hi every body !



I am wondering, if it's possible to mix release onto one install. I mean to 
install for exemple keystone Grizzly release with nova, horizon, swift folsom 
release.

Is it possible to do something like that?



Thanks!



Sherif





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] django_openstack_auth

2013-04-16 Thread Mballo Cherif
Hi everybody !

Which django_openstack_auth version is used for openstack Grizzly version?



In folsom I used django_openstack_auth-1.0.6



Thanks you for your response!



Sheriff!

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] horizon error

2013-04-23 Thread Mballo Cherif
Hi everybody, when I'm authenticate with horizon I have this message "Error: 
Unauthorized: Unable to retrieve usage information." And "Error: Unauthorized: 
Unable to retrieve quota information."

How can I fix this issue?



Thanks you for your help!



Sheriff!



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] horizon error

2013-04-23 Thread Mballo Cherif
Hi Hiho,

Thanks you for your answers. In fact when I lauch "nova-manage service list" I 
get this:



nova-certopenstack-grizzly.linux.gem  internal enabled  
  :-)   2013-04-23 16:05:03

nova-conductor   openstack-grizzly.linux.gem  internal enabled  
  :-)   2013-04-23 16:05:03

nova-consoleauth openstack-grizzly.linux.gem  internal enabled  
  :-)   2013-04-23 16:05:03

nova-scheduler   openstack-grizzly.linux.gem  internal enabled  
  :-)   2013-04-23 16:05:03

nova-compute openstack-grizzly.linux.gem  nova enabled  
  :-)   2013-04-23 16:05:04





is it normal not having nova-api in the list ?. Otherwise when I check "service 
nova-api status" the service is running well (nova-api start/running, process 
13421)







From: Openstack 
[mailto:openstack-bounces+cherif.mballo=gemalto@lists.launchpad.net] On 
Behalf Of Heiko Krämer
Sent: mardi 23 avril 2013 17:30
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] horizon error



Hiho,

this occurs if an service not running or not reachable. In your case mostly api 
or compute.
Check if each service are running and reachable from your Horizon host.

Check if all endpoints in keystone are configured correctly.

Greetings
Heiko


On 23.04.2013 17:25, Mballo Cherif wrote:

Hi everybody, when I'm authenticate with horizon I have this message "Error: 
Unauthorized: Unable to retrieve usage information." And "Error: Unauthorized: 
Unable to retrieve quota information."

How can I fix this issue?



Thanks you for your help!



Sheriff!








___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp