Also noted this affects nova too, pagination works but href links to
things like flavours are returned as http links not https

** Also affects: nova
   Importance: Undecided
       Status: New

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

Title:
  pagination and href bookmarks are wrong when using https

Status in Cinder:
  New
Status in OpenStack Compute (nova):
  New

Bug description:
  We have an SSL LB in front of our cinder-api service.

  I have set 
  public_endpoint = https://cinder.rc.nectar.org.au:8776/
  in cinder.conf

  
  When doing a cinder --debug show I can see 

  curl -g -i -X GET
  
https://cinder.rc.nectar.org.au:8776/v2/1/volumes/1f9366e9-8080-4a41-9c94-e4c3a73abbc5

  In the response I see:

  {"href":
  
"http://cinder.rc.nectar.org.au:8776/1/volumes/1f9366e9-8080-4a41-9c94-e4c3a73abbc5";,
  "rel": "bookmark"}

  Note it is http not https.

  This also breaks pagination:

  cinder list --all-tenants
  ERROR: Unable to establish connection to 
http://cinder.rc.nectar.org.au:8776/v2/1/volumes/detail?all_tenants=1&marker=1f9366e9-8080-4a41-9c94-e4c3a73abbc4

  
  Sever version is stable/mitaka
  Client version is 1.6.0

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to