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

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 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 kiran.ranj...@gmail.com wrote: Hi Daniel, I tried adding proxy_pass_request_headers on; to the config file still getting

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 dmol...@opennebula.org wrote: You have to include both attrs inside the server section and restart: underscores_in_headers on; proxy_pass_request_headers on;

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 kiran.ranj...@gmail.com 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 dmol...@opennebula.org wrote:

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 dmol...@opennebula.org wrote: Hi, Are you running sunstone behind a proxy/apache, those values

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 kiran.ranj...@gmail.com wrote: Yes Daniel, I am using nginx. Do you want me to add these values to nginx site config file ot to