Hide Forgot
Description of problem: We currently use openstack-config to retrieve some config options from .conf files: ... NOVA_HOST=$(openstack-config --get /etc/nova/nova.conf DEFAULT host 2>/dev/null) ... openstack-config --get /etc/nova/nova.conf DEFAULT host 2>/dev/null ... Since "openstack-config" is part of the openstack-utils which is not installed by default in OSP10 and is actually deprecated, we should move to the crudini tool to get those values. This has already happened upstream we need to just pull the trivial change (https://github.com/openstack/openstack-resource-agents/commit/9c635bfe348825127c9ab3bcf11e41159787d074)
Patch is already included in the build for 1320783 and getting prepped for Zstream *** This bug has been marked as a duplicate of bug 1320783 ***