2018-09-18 10:07:16 |
Abhishek Kekane |
description |
In Rocky we have added support for multiple backend as a EXPERIMENTAL feature. However configuration options related to multiple backend are not generated in sample config file due to some issue. We have added below 3 new config options for multiple backend.
1. enabled_backneds (added in glance)
2. default_backend (added in glance_store)
3. store_description (added in glance_store)
To fix this we need to propose two different patches one in glance and another one is glance_store.
Once glance_store patch is merged and new library version released and available in glance then all the above 3 config options will be added to newly generated sample config file. |
In Rocky we have added support for multiple backend as a EXPERIMENTAL feature. However configuration options related to multiple backend are not generated in sample config file due to some issue. We have added below 2 new config options for multiple backend.
1. enabled_backneds (added in glance)
2. default_backend (added in glance_store)
To fix this we need to propose two different patches one in glance and another one is glance_store.
Once glance_store patch is merged and new library version released and available in glance then all the above 2 config options will be added to newly generated sample config file. |
|