Dolph, I'm using mysql, to store the data.
Em 26 de março de 2012 18:16, Anthony Young <[email protected]>escreveu: > > On Mon, Mar 26, 2012 at 11:58 AM, Guilherme Souza < > [email protected]> wrote: > >> All configurations are correct and the service is running, if i try to >> run the status command on shell i prints running, and in fact it was, >> because i need keystone to access the horizon, in a test i stop the >> keystone and tried to log in, but it had identified a problem on access, >> then i up the service and i can log in. >> > > I don't have enough info to say for sure if this is your problem, but the > symptoms sound like there could be an issue with your service catalog > config. > > There are actually 2 api services rolled into keystone, a user auth > service and an admin service. The user service runs on port 5000, and is > the component that logs you into dashboard. It sounds like this is working > for you. > > User/Tenant management is provided by the admin portion of the api, which > runs over port 35357. Dashboard learns about this service through the > keystone serviceCatalog (using the adminURL of the identity service). So, > in order for User/Tenant management to work correctly, you need to have the > identity adminURL configured correctly in your serviceCatalog. > > I can't recall keystone diablo's exact db format, but you should be able > to see your endpoints in mysql, and verify that the adminURL looks correct. > You should also be able to curl this url (http://my_host:35357/v2.0). > For your reference this is devstack's diablo/stable command to add the > identity service to the serviceCatalog: > > $BIN_DIR/keystone-manage $* endpointTemplates add RegionOne keystone > http://%SERVICE_HOST%:5000/v2.0 http://%SERVICE_HOST%:35357/v2.0 > http://%SERVICE_HOST%:5000/v2.0 > 1 1 > > This is kinda a cryptic command, but the part referencing port 35357 is > what sets the adminURL in question. > > > >> >> Em 26 de março de 2012 13:11, Dolph Mathews >> <[email protected]>escreveu: >> >> Agree with the other posters; Keystone is not reachable from Horizon -- >>> make sure it's running, keystone's IP and ports are reflected correctly in >>> horizon config, etc. >>> >>> -Dolph >>> >>> >>> On Mon, Mar 26, 2012 at 6:21 AM, Guilherme Souza < >>> [email protected]> wrote: >>> >>>> Hello Razique, >>>> >>>> What do you want to say with: "What type of install...", i've installed >>>> following the oficial tutorial >> >>>> http://docs.openstack.org/diablo/openstack-compute/install/content/, >>>> and keystone looks like working fine, apparently can i access the >>>> dashboard without problems. >>>> >>>> Em 26 de março de 2012 09:18, Razique Mahroua < >>>> [email protected]> escreveu: >>>> >>>> Hello Guillherme; >>>>> looks like the Keystone server is not reachable. What type of install >>>>> did you make ? >>>>> >>>>> >>>>> *Nuage & Co - Razique Mahroua** * >>>>> [email protected] >>>>> >>>>> >>>>> Le 23 mars 2012 à 20:20, Guilherme Souza a écrit : >>>>> >>>>> Hello folks, >>>>> >>>>> I'm having a bug on Horizon, i've installed it using the Diablo >>>>> version, following the oficial tutorial. I can acess the dashboard, up >>>>> instances, but when i try to acess the users and tenants page it prints a >>>>> Error, to Users >> "Unable to list users: [Errno 113] EHOSTUNREACH", or >>>>> to >>>>> tenants >> "Unable to get tenant info: [Errno 113] EHOSTUNREACH", but it >>>>> doesn't crashes the GUI. >>>>> >>>>> And in another installation at the same version of Dashboard, Diablo, >>>>> it prints a timeout message and doesn't crashes the GUI too. >>>>> Someone had the same error? >>>>> >>>>> Gratz >>>>> Guilherme Souza >>>>> _______________________________________________ >>>>> Mailing list: https://launchpad.net/~openstack >>>>> Post to : [email protected] >>>>> Unsubscribe : https://launchpad.net/~openstack >>>>> More help : https://help.launchpad.net/ListHelp >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Atenciosamente, >>>> >>>> Guilherme Santos Souza >>>> Sistemas de Informação - PUCRS >>>> Fone: (51) 9695-1070 >>>> >>>> >>>> _______________________________________________ >>>> Mailing list: https://launchpad.net/~openstack >>>> Post to : [email protected] >>>> Unsubscribe : https://launchpad.net/~openstack >>>> More help : https://help.launchpad.net/ListHelp >>>> >>>> >>> >> >> >> -- >> Atenciosamente, >> >> Guilherme Santos Souza >> Sistemas de Informação - PUCRS >> Fone: (51) 9695-1070 >> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~openstack >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~openstack >> More help : https://help.launchpad.net/ListHelp >> >> > -- Atenciosamente, Guilherme Santos Souza Sistemas de Informação - PUCRS Fone: (51) 9695-1070
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

