-
Notifications
You must be signed in to change notification settings - Fork 583
[db/v1/instances] missed access field - trove database dbaas #2878
Copy link
Copy link
Description
Description
I have identified a missing field/fields in DB V1:
accessaccess.is_publicaccess.allowed_cidrs
Expected Behavior
The access field with subfields should be present in DB V1.
Proposed Solution
I propose to add missing fields to DB V1.
Additional Information
- API Docs: https://docs.openstack.org/api-ref/database/#create-database-instance
- Service/
InstanceController.create: https://github.com/openstack/trove/blob/40fdb7b44fb33e022b77ba8df63fde2565c70dea/trove/instance/service.py#L366 - Service/models.Instance.create: https://github.com/openstack/trove/blob/40fdb7b44fb33e022b77ba8df63fde2565c70dea/trove/instance/service.py#L494
- Service/
InstanceController.update: https://github.com/openstack/trove/blob/40fdb7b44fb33e022b77ba8df63fde2565c70dea/trove/instance/service.py#L581
Related links:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels