Bug 1274858
Summary: | PYTHONWARNINGS ignored in keystone | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jon Thomas <jthomas> |
Component: | python-keystoneclient | Assignee: | Adam Young <ayoung> |
Status: | CLOSED WONTFIX | QA Contact: | yeylon <yeylon> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 (Kilo) | CC: | jmelvin, jruzicka, jthomas, nkinder, skinjo, srevivo, yeylon |
Target Milestone: | --- | ||
Target Release: | 8.0 (Liberty) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-11 19:00:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jon Thomas
2015-10-23 17:11:57 UTC
There are things you cannot do with the Keystone client: Groups and Domains are the most valuable and obvious. While the KC CLI should still run, we should encourage people to move off of it. This is the upstream approach. Is there a real need for IGNOREWARNING support, or can said users be migrated to the OpenStack common CLI? Adam openstack user list has the same warnings. So moving to openstack common cli does not solve the problem. stack@osp7dr1 ~]$ openstack user list /usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning +----------------------------------+------------+ | ID | Name | +----------------------------------+------------+ | d854f3ac241147fa8c84a835ac5ad538 | admin | | 30826e60c3c247409f2fe0fd6ca6a19b | ceilometer | | c9489f2741ef4a489a6df3275d4a6137 | glance | | 6726b5be18944e579d0e2e23ddaafe37 | heat | | 966dd934b1df4b6eb2b27e8768163a31 | ironic | | 4caea16e07384b46b2006cd54bc340e8 | neutron | | 524f7a04b1ec47ababce77f4ab280e59 | nova | | 14ac635ee6564cc0a956e8dca2b9fc3f | swift | | b2c1ee5dfd5340d186a49be31b085788 | tuskar | +----------------------------------+------------+ yes we can close. |