Bug 1219143
Summary: | Selinux prevents keystone to connect to memcached port | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] RDO | Reporter: | Carlo Rodrigues <carlo.rodrigues> | ||||
Component: | openstack-selinux | Assignee: | Lon Hohberger <lhh> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | Kilo | CC: | sbezverk, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | Kilo | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-08-26 15:35:40 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: | |||||||
Attachments: |
|
Description
Carlo Rodrigues
2015-05-06 16:39:26 UTC
I hit similar issue trying to bring up Kilo. Even configuring SELINUX to permissive more does not help. 2015-05-13 10:00:12.489 3184 INFO keystone.common.wsgi [-] GET /? 2015-05-13 10:00:12.490 3184 INFO eventlet.wsgi.server [-] 172.29.123.120 - - [13/May/2015 10:00:12] "GET / HTTP/1.1" 300 766 0.002776 2015-05-13 10:00:12.492 3184 DEBUG keystone.middleware.core [-] Auth token not in the request header. Will not build auth context. process_request /usr/lib/python2.7/site-packages/keystone/middleware/core.py:229 2015-05-13 10:00:12.513 3184 INFO keystone.common.wsgi [-] POST /tokens? 2015-05-13 10:00:12.595 3184 DEBUG oslo_db.sqlalchemy.session [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION _check_effective_sql_mode /usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/session.py:513 2015-05-13 10:00:12.660 3184 INFO passlib.registry [-] registered crypt handler 'sha512_crypt': <class 'passlib.handlers.sha2_crypt.sha512_crypt'> 2015-05-13 10:00:12.948 3184 DEBUG keystone.common.kvs.core [-] KVS region configuration for token-driver: {'keystone.kvs.backend': 'openstack.kvs.Memcached', 'keystone.kvs.arguments.distributed_lock': True, 'keystone.kvs.arguments.no_expiry_keys': ['revocation-list'], 'keystone.kvs.arguments.url': ['localhost:11211'], 'keystone.kvs.arguments.memcached_expire_time': 3600, 'keystone.kvs.arguments.memcached_backend': 'memcached', 'keystone.kvs.arguments.lock_timeout': 6} _configure_region /usr/lib/python2.7/site-packages/keystone/common/kvs/core.py:240 2015-05-13 10:00:12.964 3184 INFO keystone.common.kvs.core [-] Using default dogpile sha1_mangle_key as KVS region token-driver key_mangler 2015-05-13 10:00:18.873 3184 WARNING keystone.common.wsgi [-] Maximum lock attempts on _lockusertokens-8f889be78fc34874ad92324fb0db922f occurred. (Disable debug mode to suppress these details.) 2015-05-13 10:00:18.874 3184 INFO eventlet.wsgi.server [-] 172.29.123.120 - - [13/May/2015 10:00:18] "POST /v2.0/tokens HTTP/1.1" 500 442 6.381942 2015-05-13 10:00:18.879 3184 INFO keystone.common.wsgi [-] GET /? 2015-05-13 10:00:18.879 3184 INFO eventlet.wsgi.server [-] 172.29.123.120 - - [13/May/2015 10:00:18] "GET / HTTP/1.1" 300 766 0.001803 2015-05-13 10:00:18.880 3184 DEBUG keystone.middleware.core [-] Auth token not in the request header. Will not build auth context. process_request /usr/lib/python2.7/site-packages/keystone/middleware/core.py:229 2015-05-13 10:00:18.881 3184 INFO keystone.common.wsgi [-] POST /tokens? 2015-05-13 10:00:27.619 3184 WARNING keystone.common.wsgi [-] Maximum lock attempts on _lockusertokens-8f889be78fc34874ad92324fb0db922f occurred. (Disable debug mode to suppress these details.) 2015-05-13 10:00:27.620 3184 INFO eventlet.wsgi.server [-] 172.29.123.120 - - [13/May/2015 10:00:27] "POST /v2.0/tokens HTTP/1.1" 500 442 8.739343 |