Merge "Do not specify version for contrib plugins"
This commit is contained in:
commit
2b7d0c2314
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-extraroute
|
||||
version = 0.1
|
||||
summary = Heat resource for ExtraRoute
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-barbican
|
||||
version = 0.1
|
||||
summary = Heat resources for Barbican
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-docker
|
||||
version = 0.1
|
||||
summary = Heat resource for Docker containers
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-gnocchi
|
||||
version = 0.1
|
||||
summary = Heat resources for working gnocchi queues
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-keystone-v2
|
||||
version = 0.1
|
||||
summary = Keystone V2 compatible client
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-manila
|
||||
version = 0.1
|
||||
summary = Heat resources for Manila
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-mistral
|
||||
version = 0.1
|
||||
summary = Heat resources for Mistral
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-zaqar
|
||||
version = 0.1
|
||||
summary = Heat resources for working Zaqar queues
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = heat-contrib-nova-flavor
|
||||
version = 0.1
|
||||
summary = Heat resource for managing nova flavors
|
||||
description-file =
|
||||
README.md
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user