Public bug reported:

Hi,

i am trying to setup multi node using mitaka version. if i enable Http
and https proxy on controller node then i was not able to create any
openstack services. steps to reproduce the error.

1. setup a controller node

2. edit hostname and hosts and add all ip address

    > 10.0.0.10 controller

3. setup proxy for http and https

    > export http_proxy='http://abc.com:8080/'
    > export https_proxy='http://abc.com:8080/'
    > export no_proxy='10.0.0.0/24'

4. export all tokens

    > export OS_TOKEN=ADMIN_TOKEN
    > export OS_URL=http://controller:35357/v3
    > export OS_IDENTITY_API_VERSION=3


5. now try creating keystone services. 
  
    > openstack service create --name keystone --description "OpenStack 
Identity" identity


   OUTPUT : Service Unavailable (HTTP 503)

even i added no proxy to exclude controller ip from proxy but apache
server is not serving eith proxy rules.

6. if we curl os_url : it always redirects to proxy server page.

** Affects: keystone
     Importance: Undecided
         Status: New


** Tags: mitaka openstack-keystone security

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1585147

Title:
  If http & https proxy is enabled on system then openstack services
  wont work as expected.

Status in OpenStack Identity (keystone):
  New

Bug description:
  Hi,

  i am trying to setup multi node using mitaka version. if i enable Http
  and https proxy on controller node then i was not able to create any
  openstack services. steps to reproduce the error.

  1. setup a controller node

  2. edit hostname and hosts and add all ip address

      > 10.0.0.10 controller

  3. setup proxy for http and https

      > export http_proxy='http://abc.com:8080/'
      > export https_proxy='http://abc.com:8080/'
      > export no_proxy='10.0.0.0/24'

  4. export all tokens

      > export OS_TOKEN=ADMIN_TOKEN
      > export OS_URL=http://controller:35357/v3
      > export OS_IDENTITY_API_VERSION=3

  
  5. now try creating keystone services. 
    
      > openstack service create --name keystone --description "OpenStack 
Identity" identity

  
     OUTPUT : Service Unavailable (HTTP 503)

  even i added no proxy to exclude controller ip from proxy but apache
  server is not serving eith proxy rules.

  6. if we curl os_url : it always redirects to proxy server page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1585147/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to