The placement service for 192.168.24.100:regionOne exists but does not have any supported versions.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
New
|
Undecided
|
Unassigned |
Bug Description
Nova Conductor container running under featureset 010 fails with:
"The placement service for 192.168.
The nova-conductor fails a health check slightly before that, but I'm not certain about connection between the two events.
As of now I don't know what is the cause of the error or how it is related to the featureset and nodeset used.
Release: master
Trace:
------
2021-10-29 16:37:54.218 9 CRITICAL nova [-] Unhandled error: openstack.
2021-10-29 16:37:54.218 9 ERROR nova Traceback (most recent call last):
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/bin/
2021-10-29 16:37:54.218 9 ERROR nova sys.exit(main())
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova topic=rpcapi.
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova periodic_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova self.manager = manager_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova self.compute_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova self.report_client = report.
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova self._client = self._create_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova client = self._adapter or utils.get_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova return getattr(conn, service_type)
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova proxy = self._make_
2021-10-29 16:37:54.218 9 ERROR nova File "/usr/lib/
2021-10-29 16:37:54.218 9 ERROR nova region_
2021-10-29 16:37:54.218 9 ERROR nova openstack.
2021-10-29 16:37:54.218 9 ERROR nova
Full logs for the job: https:/
tags: | added: conductor placement |
Changed in nova: | |
status: | Incomplete → Invalid |
Is this still happening? I do remember an Apache change that caused a difference in trailing / handling in the proxy configuration [1]. I feel this might be related.
[1] https:/ /review. opendev. org/c/openstack /devstack/ +/811303