Bug 1480269
Summary: | neutron API test "test_associate_floating_ip_with_port_from_another_tenant" fails | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Arie Bregman <abregman> |
Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> |
Status: | CLOSED ERRATA | QA Contact: | Toni Freger <tfreger> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 12.0 (Pike) | CC: | abregman, amuller, chkumar, chrisw, ihrachys, itbrown, jlibosva, nyechiel, srevivo, tvignaud |
Target Milestone: | beta | Keywords: | AutomationBlocker, Triaged |
Target Release: | 12.0 (Pike) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-11.0.2-0.20171020230400.dde92f0.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-12-13 21:51:30 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
Arie Bregman
2017-08-10 14:41:00 UTC
I looked at upstream jobs and we skip it as we don't run Identity service with admin v2 API anymore and this test doesn't support v3 yet. Please check tempest.conf for [identity-feature-enabled] api_v2_admin = True and if keystone is really configured that way. (In reply to Jakub Libosvar from comment #2) > I looked at upstream jobs and we skip it as we don't run Identity service > with admin v2 API anymore and this test doesn't support v3 yet. Please check > tempest.conf for > > [identity-feature-enabled] > api_v2_admin = True > > and if keystone is really configured that way. If not, just set it to False and it should be skipped just like in upstream :) I checked the tempest.conf and all services are set with api_v2_admin = True. Note that v2 has been deprecated since Mitaka (OSP9) - https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka Hello Jakub, Currently as a workaround in the ci jobs, We can pass identity-featured-enabled.api_v2_admin False as an argument with discover-tempest-config, can override the value till we fix it in python-tempestconf in a better way for identity v2 and v3 api. Thanks, Chandan Kumar Does TripleO configure keystone for v2? If so, the test should still pass. The fact that it's not executed in upstream gate is probably tangential to the issue. Otherwise, it's a bug in python-tempestconf and we should change the bug component to match that fact. Hello Ihar, (In reply to Ihar Hrachyshka from comment #6) > Does TripleO configure keystone for v2? Yup, Tripleo stills configures Keystone V2 api. The tripleo does not switched to v3 as mistral does not work with v3 api. Thanks, Chandan Kumar *** Bug 1474806 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:3462 |