Do not specify version for contrib plugins

The pbr 0.11.0 release has shown that having multiple trees in a repo
each with their on version that is different to the git history is
really not going to work.

This change means that the version will be derived from git history,
which will still be useful for operators managing what version of a
plugin they have installed.

Running sudo python setup.py install (as documented) is known to work
with the latest pbr.

Change-Id: I716a5374bb283d11e26459b5866a0437ab6fe0dd
Closes-Bug: #1450733
This commit is contained in:
Steve Baker 2015-05-04 10:33:23 +12:00
parent 7fcc40b19a
commit bb4c915434
13 changed files with 5 additions and 15 deletions

View File

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

View File

@ -17,9 +17,11 @@ of the community discussion.
### 1. Install the ExtraRoute plugin in Heat
NOTE: Heat scans several directories to find plugins. The list of directories
is specified in the configuration file "heat.conf" with the "plugin_dirs"
directive.
NOTE: These instructions assume the value of heat.conf plugin_dirs includes the
default directory /usr/lib/heat.
To install the plugin, from this directory run:
sudo python ./setup.py install
### 2. Restart heat

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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