Wayne Okuma a12ce4e0e4 The metadef tags create api does not match blue-print
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
2015-02-09 12:43:18 -08:00
2014-11-25 01:18:12 +04:00
2013-02-06 16:47:06 +02:00
2014-02-11 12:00:44 +08:00
2012-01-03 10:14:01 -05:00
2013-01-13 14:27:48 -08:00
2010-10-21 15:51:44 -04:00
2015-01-07 11:07:06 +00:00
2014-12-29 02:15:36 -05:00
2014-11-25 17:00:14 +01:00
2014-06-19 13:54:45 -04:00
2015-01-26 10:59:26 +01:00

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
OpenStack Image Management (Glance)
Readme 131 MiB
Languages
Python 99.9%