
The blueprint for metadef tags shows: Create / Replace all tags in a specific namespace POST /metadefs/namespaces/{namespace}/tags/ and Add tag in a specific namespace: POST /metadefs/namespaces/{namespace}/tags/{tag} Unfortunately, these were implemented as: Create / Replace all tags in a specific namespace PUT /metadefs/namespaces/{namespace}/tags/ and POST /metadefs/namespaces/{namespace}/tags/ This bug seeks to rectify this situation and use the correct action/URI. Even though the metadef tag library has been checked in, the associated python-glanceclient check in has not been approved yet. Additionally, the specs for the metadef tag changes have not been posted anywhere, so, hopefully this can be changed with minimal impact. Change-Id: I7d46c529e50b69a386ad7162c65187cec4b66249 Closes-Bug: 1419945
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.
Use the following resources to learn more:
Description
Languages
Python
99.9%