Merge "Update oslo messaging get_transport"
This commit is contained in:
commit
cf435c30fd
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.2.30
|
version: 0.2.31
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -200,7 +200,7 @@ def test_rpc_liveness():
|
|||||||
log.logging.basicConfig(level=log.{{ .Values.health_probe.logging.level }})
|
log.logging.basicConfig(level=log.{{ .Values.health_probe.logging.level }})
|
||||||
|
|
||||||
try:
|
try:
|
||||||
transport = oslo_messaging.get_transport(cfg.CONF)
|
transport = oslo_messaging.get_notification_transport(cfg.CONF)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
message = getattr(ex, "message", str(ex))
|
message = getattr(ex, "message", str(ex))
|
||||||
sys.stderr.write("Message bus driver load error: %s" % message)
|
sys.stderr.write("Message bus driver load error: %s" % message)
|
||||||
|
@ -51,4 +51,5 @@ nova:
|
|||||||
- 0.2.28 Move ssl_minimum_version to console section
|
- 0.2.28 Move ssl_minimum_version to console section
|
||||||
- 0.2.29 Remove ssh-config
|
- 0.2.29 Remove ssh-config
|
||||||
- 0.2.30 Improve health probe logging
|
- 0.2.30 Improve health probe logging
|
||||||
|
- 0.2.31 Update oslo messaging get_transport
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user