Description
I have identified a missing field/fields in DB V1:
access
access.is_public
access.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
Related links:
Description
I have identified a missing field/fields in DB V1:
accessaccess.is_publicaccess.allowed_cidrsExpected Behavior
The
accessfield with subfields should be present in DB V1.Proposed Solution
I propose to add missing fields to DB V1.
Additional Information
InstanceController.create: https://github.com/openstack/trove/blob/40fdb7b44fb33e022b77ba8df63fde2565c70dea/trove/instance/service.py#L366
InstanceController.update: https://github.com/openstack/trove/blob/40fdb7b44fb33e022b77ba8df63fde2565c70dea/trove/instance/service.py#L581
Related links: