Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread Daniel Molina
I have already included it in the docs, thank you On 23 January 2015 at 16:07, kiran ranjane wrote: > Thanks Daniel, yes it worked now. > > This should be added to docs > > Regards > Kiran Ranjane > > On Fri, Jan 23, 2015 at 8:20 PM, Daniel Molina > wrote: > >> You have to include both attrs in

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread kiran ranjane
Thanks Daniel, yes it worked now. This should be added to docs Regards Kiran Ranjane On Fri, Jan 23, 2015 at 8:20 PM, Daniel Molina wrote: > You have to include both attrs inside the server section and restart: > underscores_in_headers on; > proxy_pass_request_headers on; > > On 23 January 201

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread Daniel Molina
You have to include both attrs inside the server section and restart: underscores_in_headers on; proxy_pass_request_headers on; On 23 January 2015 at 15:47, kiran ranjane wrote: > Hi Daniel, > > I tried adding proxy_pass_request_headers on; to the config file still > getting same issue, Here's m

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread kiran ranjane
Hi Daniel, I tried adding proxy_pass_request_headers on; to the config file still getting same issue, Here's my nginx config, let me know if I am doing something wrong : # /etc/nginx/sites-available/opennebula-sunstone # Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread Daniel Molina
You have to include the following attrs in your nginx conf underscores_in_headers on; proxy_pass_request_headers on; On 23 January 2015 at 13:39, kiran ranjane wrote: > Yes Daniel, I am using nginx. > > Do you want me to add these values to nginx site config file ot to > sunstone-server config

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread kiran ranjane
Yes Daniel, I am using nginx. Do you want me to add these values to nginx site config file ot to sunstone-server config file? Regards Kiran Ranjane On Fri, Jan 23, 2015 at 4:58 PM, Daniel Molina wrote: > Hi, > > Are you running sunstone behind a proxy/apache, those values are passed to > the s

Re: [one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread Daniel Molina
Hi, Are you running sunstone behind a proxy/apache, those values are passed to the server using the following headers: HTTP_X_VCENTER_USER HTTP_X_VCENTER_PASSWORD HTTP_X_VCENTER_HOST May be you have to forward them in your server conf Hope this helps On 23 January 2015 at 12:19, kiran ranjane

[one-users] Unbale to add vCenter Host from Sunstone but works from commandline

2015-01-23 Thread kiran ranjane
Hi, I am unable to add vCenter host from sunstone and it gives error "You have to provide the vCenetr username, password and hostname" However the same username, password and hostname works when I use the command onevcenter hosts --vcenter --vuser --vpass Sunstone Logs : Fri Jan 23 16:41:58