test_100_create_image auth failure jammy-yoga
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Swift Proxy Charm |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
2022-09-01 19:47:16 [INFO] =======
2022-09-01 19:47:16 [INFO] ERROR: test_100_
2022-09-01 19:47:16 [INFO] Create an image and do simple validation of image in swift.
2022-09-01 19:47:16 [INFO] -------
2022-09-01 19:47:16 [INFO] Traceback (most recent call last):
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] glance_
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] add_image(
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] openstack_
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] image = upload_
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] glance.
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] return RequestIdProxy(
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] resp, body = self.http_
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] return self.request(url, 'PUT', **kwargs)
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] return self._handle_
2022-09-01 19:47:16 [INFO] File "/mnt/release-
2022-09-01 19:47:16 [INFO] raise exc.from_
2022-09-01 19:47:16 [INFO] glanceclient.
2022-09-01 19:47:16 [INFO] -------
2022-09-01 19:47:16 [INFO] Ran 1 test in 45.974s
2022-09-01 19:47:16 [INFO] FAILED
swift-proxy's log shows:
Bad response code while validating token: 400 Expecting to find domain in user. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.
Changed in charm-swift-proxy: | |
status: | New → In Progress |
Reviewed: https:/ /review. opendev. org/c/openstack /charm- swift-proxy/ +/847513 /opendev. org/openstack/ charm-swift- proxy/commit/ 745a89a7c1b1837 b72bf36bf9ff202 4d40de8fac
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 745a89a7c1b1837 b72bf36bf9ff202 4d40de8fac
Author: Corey Bryant <email address hidden>
Date: Fri Jun 10 20:14:49 2022 +0000
Add Kinetic and Zed support
* sync charm-helpers to classic charms origin/ source default to zed
* change openstack-
* align testing with zed
* add new zed bundles
* add zed bundles to tests.yaml
* add zed tests to osci.yaml and .zuul.yaml
* update build-on and run-on bases
* add bindep.txt for py310
* sync tox.ini and requirements.txt for ruamel
* use charmcraft_channel 2.0/stable
* drop reactive plugin overrides
* move interface/layer env vars to charmcraft.yaml
* add domain/project to auth section of yoga proxy-server.conf
Change-Id: I93da9ce52bed2b 3e8a467491d2a61 bfd2ed4ea7d
Closes-Bug: #1988491