← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1419825] Re: sample_data script fails when run against ssl enabled keystone

 

With Eventlet and PKI tokens disappearing this bug is being marked as
"wont fix". There is nothing left to do.

Thanks for looking at it and working on it, sorry for letting it linger
as long as it has.

** Changed in: keystone
       Status: In Progress => Won't Fix

** Changed in: keystone
     Assignee: Sean Perry (sean-perry-a) => (unassigned)

-- 
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/1419825

Title:
  sample_data script fails when run against ssl enabled keystone

Status in OpenStack Identity (keystone):
  Won't Fix

Bug description:
  When running the sample data script against ssl enabled keystone
  warnings concerning the subjectAltName are returned by the service
  (something like https://github.com/shazow/urllib3/issues/497), a test
  call outside of the script succeeds but returns the following:

  ...urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
    SecurityWarning
  +-------------+----------------------------------+
  |   Property  |              Value               |
  +-------------+----------------------------------+
  | description |        Dummy tenant test         |
  |   enabled   |               True               |
  |      id     | f1c91620ddd44b1aa19514ff199b44e3 |
  |     name    |            extra_demo            |
  |  parent_id  |                                  |
  +-------------+----------------------------------+

  this makes it impossible for the id to be ascertained on the first
  request and subsequent calls hang or fail.

  This is using Python 2.7.6 in a virtual env on Xubuntu Trusty.  The
  virtual env initialised with pip requirements.txt.

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


References