Files
devstack/lib
Huan Xiong 63beab5243 init_cinder() shouldn't always create DEFAULT_VOLUME_GROUP_NAME
DEFAULT_VOLUME_GROUP_NAME volume group is LVM ephemeral storage used by
Nova. It is created by init_nova() if user sets NOVA_BACKEND to "LVM".
However, init_cinder() is also hardcoded to create it, based on the
asumption that CINDER_ENABLED_BACKENDS includes it. That assumption
doesn't hold for the current code. What's more important, even if user
wants to use DEFAULT_VOLUME_GROUP_NAME as one of cinder backends and
adds it to CINDER_ENABLED_BACKENDS, the current code in init_cinder()
are general enough and should work fine. This change removes relevant
code in init_cinder(). It also moves DEFAULT_VOLUME_GROUP_NAME clean-up
code from unstack.sh to cleanup_nova().

Change-Id: I53762f8eda6256f962cc4e1f1098406879bbcf5c
2018-03-23 14:42:37 +00:00
..
2015-11-27 15:36:04 +11:00
2017-11-08 17:03:18 +11:00
2018-01-11 16:19:36 +01:00
2015-11-27 15:36:04 +11:00
2017-09-01 15:08:17 -04:00
2018-03-11 05:43:44 +00:00
2015-11-27 15:36:04 +11:00
2017-07-10 17:06:16 -03:00
2017-09-06 12:56:00 +00:00
2017-06-20 14:09:30 -04:00
2018-03-16 02:09:53 +00:00