Added get_open_ports description to plugin SPI

Change-Id: Ib6be32c531f5e2d65c576ffc6f017298016af83b
Closes-Bug: #1394402
This commit is contained in:
Andrew Lazarev 2014-12-01 15:29:23 -08:00
parent 8e7f7e9d65
commit 3f8f176d77

View File

@ -133,6 +133,15 @@ When user terminates cluster, Sahara simply shuts down all the cluster VMs. This
*Returns*: None
get_open_ports(node_group)
~~~~~~~~~~~~~~~~~~~~~~~~~~
When user requests Sahara to automatically create security group for the node
group (``auto_security_group`` property set to True), Sahara will call this
plugin method to get list of ports that need to be opened.
*Returns*: list of ports to be open in auto security group for the given node group
Object Model
============