Hi, I'm trying to figure out how the flavor will be implemented and have few questions about the flavor spec[1]
1. What does "*RO*" mean in API* /flavors*? Is it short for ReadOnly? In my understanding, user need create flavor by himself, so the flavor API should not be readonly. FLAVOR(/flavors) +-----------------+-------+---------+---------+------------+-----------------+ |Attribute |Type |Access |Default |Validation/ |Description | |Name | | |Value |Conversion | | +=================+=======+=========+=========+============+=================+ |id |string |RO, admin|generated|N/A |identity | | |(UUID) | | | | | +-----------------+-------+---------+---------+------------+-----------------+ |name |string |RO, admin|'' |string |human-readable | | | | | | |name | +-----------------+-------+---------+---------+------------+-----------------+ |description |string |RO, admin|'' |string |human-readable | | | | | | |description | +-----------------+-------+---------+---------+------------+-----------------+ |enabled |bool |RO, admin|true |bool |toggle | | | | | | | | +-----------------+-------+---------+---------+------------+-----------------+ |flavor_profile_id|string |RO, admin| |string |human-readable | | | | | | |flavor_profile_id| +-----------------+-------+---------+---------+------------+-----------------+ 2. Do we also need an API like */providers* to query providers and metadata available? [1] https://review.openstack.org/#/c/392485/
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev