I am receiving a warning 4 times during the install, but no errors sticking out like a sore thumb. Could it be an issue with the stevedore.named not finding the cinder-volume service? Here is the log file from a fresh install that give the same errors:
20-04-06 12:57:49.435 25468 INFO cinder.rpc [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Automatically selected cinder-scheduler objects version 1.37 as minimum service version.
2020-04-06 12:57:49.440 25468 INFO cinder.rpc [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Automatically selected cinder-scheduler RPC version 3.11 as minimum service version.
2020-04-06 12:57:49.494 25468 INFO cinder.volume.manager [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Determined volume DB was empty at startup.
2020-04-06 12:57:49.499 25468 INFO cinder.volume.manager [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Service not found for updating active_backend_id, assuming default for driver init.
2020-04-06 12:57:49.500 25468 WARNING stevedore.named [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Could not load cinder.keymgr.conf_key_mgr.ConfKeyManager: ServiceNotFound: Service cinder-volume
could not be found on host localhost.localdomain@lvm.
2020-04-06 12:57:49.501 25468 WARNING castellan.key_manager [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Deprecation Warning : cinder.keymgr.conf_key_mgr.ConfKeyManager is not a stevedore based dr
iver, trying to load it as a class: NoMatches: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager'
2020-04-06 12:57:49.501 25468 WARNING cinder.keymgr.conf_key_mgr [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] This key manager is insecure and is not recommended for production deployments: NoMatc
hes: No 'castellan.drivers' driver found, looking for 'cinder.keymgr.conf_key_mgr.ConfKeyManager'
2020-04-06 12:57:49.717 25468 INFO cinder.volume.manager [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Image-volume cache disabled for host localhost.localdomain@lvm.
2020-04-06 12:57:49.757 25468 INFO oslo_service.service [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Starting 1 workers
2020-04-06 12:57:49.761 25718 INFO cinder.service [-] Starting cinder-volume node (version 14.0.3)
2020-04-06 12:57:49.777 25718 INFO cinder.volume.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Starting volume driver LVMVolumeDriver (3.0.0)
2020-04-06 12:57:49.782 25468 WARNING oslo_config.cfg [req-7d888268-5f13-43a7-a133-3c0517cbbd5a - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated for removal (The auth
_uri option is deprecated in favor o
f www_authenticate_uri and will be removed in the S release.). Its value may be silently ignored in the future.
2020-04-06 12:57:50.639 25718 INFO cinder.brick.local_dev.lvm [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Logical Volume not found when querying LVM info. (vg_name=cinder-volumes, lv_name=cinder-volumes-pool
2020-04-06 12:57:54.807 25718 INFO cinder.volume.drivers.lvm [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Enabling LVM thin provisioning by default because a thin pool exists.
2020-04-06 12:57:56.692 25718 INFO cinder.keymgr.migration [req-97386f7f-e18c-4368-9071-cff6da5f0770 - - - - -] Not migrating encryption keys because the ConfKeyManager is still in use.
2020-04-06 12:57:57.830 25718 INFO cinder.volume.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Driver initialization completed successfully.
2020-04-06 12:57:57.986 25718 INFO cinder.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Initiating service 2 cleanup
2020-04-06 12:57:58.010 25718 INFO cinder.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Service 2 cleanup completed.
2020-04-06 12:57:58.154 25718 INFO cinder.volume.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Initializing RPC dependent components of volume driver LVMVolumeDriver (3.0.0)
2020-04-06 12:57:59.409 25718 INFO cinder.volume.manager [req-9f033afd-7a31-49aa-92ea-05085089a85d - - - - -] Driver post RPC initialization completed successfully.