27778a90d0
When trove prepares a container, it grants permissions for folders with the default user/group "database" (ID 1001). However, some Docker images require a different user for provisioning the database. Therefore, we need to make it flexible so that the database container can run with the required user and group, regardless of the default settings. Story: #2010827 Task: #48386 Change-Id: Ie0268951db7a9e711089714cecf7fbf311eecec8
8 lines
253 B
YAML
8 lines
253 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support of setting owner,uid,gid for each datastore instances
|
|
by configuring database_service_uname,
|
|
database_service_uid and database_service_gid
|
|
Story 2010827 <https://storyboard.openstack.org/#!/story/2010827>
|