Merge "Do not specify version for contrib plugins"
This commit is contained in:
commit
2b7d0c2314
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-cinder-volume-type
|
name = heat-contrib-cinder-volume-type
|
||||||
version = 0.1
|
|
||||||
summary = Heat resource for managing cinder volume_types
|
summary = Heat resource for managing cinder volume_types
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -17,9 +17,11 @@ of the community discussion.
|
|||||||
|
|
||||||
### 1. Install the ExtraRoute plugin in Heat
|
### 1. Install the ExtraRoute plugin in Heat
|
||||||
|
|
||||||
NOTE: Heat scans several directories to find plugins. The list of directories
|
NOTE: These instructions assume the value of heat.conf plugin_dirs includes the
|
||||||
is specified in the configuration file "heat.conf" with the "plugin_dirs"
|
default directory /usr/lib/heat.
|
||||||
directive.
|
|
||||||
|
To install the plugin, from this directory run:
|
||||||
|
sudo python ./setup.py install
|
||||||
|
|
||||||
### 2. Restart heat
|
### 2. Restart heat
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-extraroute
|
name = heat-contrib-extraroute
|
||||||
version = 0.1
|
|
||||||
summary = Heat resource for ExtraRoute
|
summary = Heat resource for ExtraRoute
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-barbican
|
name = heat-contrib-barbican
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for Barbican
|
summary = Heat resources for Barbican
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-docker
|
name = heat-contrib-docker
|
||||||
version = 0.1
|
|
||||||
summary = Heat resource for Docker containers
|
summary = Heat resource for Docker containers
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-gnocchi
|
name = heat-contrib-gnocchi
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for working gnocchi queues
|
summary = Heat resources for working gnocchi queues
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-keystone-v2
|
name = heat-contrib-keystone-v2
|
||||||
version = 0.1
|
|
||||||
summary = Keystone V2 compatible client
|
summary = Keystone V2 compatible client
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-manila
|
name = heat-contrib-manila
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for Manila
|
summary = Heat resources for Manila
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-mistral
|
name = heat-contrib-mistral
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for Mistral
|
summary = Heat resources for Mistral
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-zaqar
|
name = heat-contrib-zaqar
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for working Zaqar queues
|
summary = Heat resources for working Zaqar queues
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-nova-flavor
|
name = heat-contrib-nova-flavor
|
||||||
version = 0.1
|
|
||||||
summary = Heat resource for managing nova flavors
|
summary = Heat resource for managing nova flavors
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = heat-contrib-rackspace
|
name = heat-contrib-rackspace
|
||||||
version = 0.1
|
|
||||||
summary = Heat resources for working with the Rackspace Cloud
|
summary = Heat resources for working with the Rackspace Cloud
|
||||||
description-file =
|
description-file =
|
||||||
README.md
|
README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user