Hi guys,
Recently I got a problem when I try to change config of nova-compute.After run the the following command :
system helm-override-update six-openstack nova openstack --value nova.yml
system application-apply six-openstack
I find that config of every container about nova(just like nova-conductor and nova-scheduler) has changed except nova-compute. Here is my nova.yml file.
conf:
nova:
libvirt:
images_type: rbd
I can find 'images_type: rbd' in /etc/nova/nova.conf in every container about nova but in nova-compute I just find 'images_type: default'.
I don't understand why this happened. Can anyone give me some help?
Thanks
Hu Tianhao