Bug 1769721
| Summary: | [FFU] cinderv3 endpoints not configured properly for the overcloud | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Miguel Angel Nieto <mnietoji> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Alan Bishop <abishop> |
| Status: | CLOSED DUPLICATE | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | aschultz, eharney, gfidente, ltoscano, mburns, mkopec, supadhya |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-12-02 08:37:10 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
Miguel Angel Nieto
2019-11-07 09:59:57 UTC
scripts used for installing osp10 and the ffu http://pastebin.test.redhat.com/811935 Miguel, can you please report the exact error that you see? I think we can't move forward without it. Please attach a sanitized version to this bug. This was the error I found when creating tempest config. If you need more info, i will try to reproduce it again [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:49.785 3007 DEBUG config_tempest.constants [-] Setting [object-storage] operator_role = admin set /home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/tempest_conf.py:107 [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 CRITICAL tempest [-] Unhandled error: ServiceError: Request on service 'volume' with url 'http://10.35.141.7:8776/v1/467ed225a2e2444ca8841628529a8b1a/extensions' failed with code 404 [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest Traceback (most recent call last): [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/bin/discover-tempest-config", line 8, in <module> [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest sys.exit(main()) [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/main.py", line 576, in main [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest verbose=args.verbose [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/main.py", line 507, in config_tempest [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest services = Services(clients, conf, credentials) [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/services/services.py", line 44, in _init_ [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest self.discover() [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/services/services.py", line 106, in discover [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest service.set_extensions() [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/services/volume.py", line 27, in set_extensions [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest body = self.do_get(self.service_url + '/extensions') [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest File "/home/stack/tempest/venv/lib/python2.7/site-packages/config_tempest/services/base.py", line 64, in do_get [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest " with code %d" % (self.name, url, r.status)) [Nov 06 14:05:38 ] <mnietoji> 2019-11-06 08:04:50.101 3007 ERROR tempest ServiceError: Request on service 'volume' with url 'http://10.35.141.7:8776/v1/467ed225a2e2444ca8841628529a8b1a/extensions' failed with code 404 I think, this might be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1767140 There's also a link to a fix in tempestconf yes, it is a duplicate. It is the same issue I had. Closing as duplicate of 1767140 *** This bug has been marked as a duplicate of bug 1767140 *** |