Add versions to all contrib plugins

This change adds versions to the setup.cfg files of all the contrib
plugins, so that pbr can determine the plugin version when the plugins
are installed with pip. Because contrib plugins are not officially
supported, a version of 0.1 is used.

Change-Id: I7e55d7d018ecdbb878a22b236d75ecf87f7e3ed6
Closes-Bug: #1428879
This commit is contained in:
Miguel Grinberg 2015-03-06 11:12:38 -08:00
parent 7ae372104e
commit 428e6b75a7
11 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-cinder-volume-type
version = 0.1
summary = Heat resource for managing cinder volume_types
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-extraroute
version = 0.1
summary = Heat resource for ExtraRoute
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-barbican
version = 0.1
summary = Heat resources for Barbican
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-docker
version = 0.1
summary = Heat resource for Docker containers
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-gnocchi
version = 0.1
summary = Heat resources for working gnocchi queues
description-file =
README.md

View File

@ -1,6 +1,6 @@
[metadata]
name = heat-contrib-keystone
version = 2015.1
version = 0.1
summary = Heat resources for Keystone
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-keystone-v2
version = 0.1
summary = Keystone V2 compatible client
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-mistral
version = 0.1
summary = Heat resources for Mistral
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-zaqar
version = 0.1
summary = Heat resources for working Zaqar queues
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-nova-flavor
version = 0.1
summary = Heat resource for managing nova flavors
description-file =
README.md

View File

@ -1,5 +1,6 @@
[metadata]
name = heat-contrib-rackspace
version = 0.1
summary = Heat resources for working with the Rackspace Cloud
description-file =
README.md