Previous topic

fnss.netconfig.nodeconfig.get_application_properties

Next topic

fnss.netconfig.nodeconfig.remove_application

fnss.netconfig.nodeconfig.get_stack

get_stack(topology, node)[source]

Return the stack of a node, if any

Parameters :

topology : Topology

The topology

node : any hashable type

The ID of the node

Returns :

stack : tuple (name, properties)

A tuple of two values, where the first value is the name of the stack and the second value is the dictionary of properties of the stack.