/usr/lib/python2.6/site-packages/openstack/orchestration/v1
Edit: /usr/lib/python2.6/site-packages/openstack/orchestration/v1/_proxy.pyc (6301B)
Ñò
5
Wc @ s] d d k l Z d d k l Z d d k l Z d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t
exceptions( t resource( t stack( t proxyt Proxyc B sP e Z e d „ Z e d „ Z d „ Z d „ Z d „ Z e d „ Z d „ Z
RS( c K s* | o
t i n t i } | i | | S( sl Create a new stack from attributes
:param bool perview: When ``True``, returns
:class:`~openstack.orchestration.v1.stack.StackPreview` objects,
otherwise :class:`~openstack.orchestration.v1.stack.Stack`.
*Default: ``False``*
:param dict attrs: Keyword arguments which will be used to create
a :class:`~openstack.orchestration.v1.stack.Stack`,
comprised of the properties on the Stack class.
:returns: The results of stack creation
:rtype: :class:`~openstack.orchestration.v1.stack.Stack`
( t _stackt StackPreviewt Stackt _create( t selft previewt attrst stk( ( sG /tmp/pip-build-wCUybK/openstacksdk/openstack/orchestration/v1/_proxy.pyt create_stack s c C s | i t i | d | ƒS( sé Find a single stack
:param name_or_id: The name or ID of a stack.
:param bool ignore_missing: When set to ``False``
:class:`~openstack.exceptions.ResourceNotFound` will be
raised when the resource does not exist.
When set to ``True``, None will be returned when
attempting to find a nonexistent resource.
:returns: One :class:`~openstack.orchestration.v1.stack.Stack` or None
t ignore_missing( t _findR R ( R t
name_or_idR ( ( sG /tmp/pip-build-wCUybK/openstacksdk/openstack/orchestration/v1/_proxy.pyt
find_stack&