:description: Python API Reference for the Deis provider.controller module
:keywords: deis, provider.controller, python, celery, api

===================
provider.controller
===================

.. contents::
    :local:
.. currentmodule:: provider.controller

.. automodule:: provider.controller
    :members:
    :undoc-members:

    .. autofunction:: update_gitosis(databag_item_value)
    .. autofunction:: update_formation(formation_id, databag_item_value)
    .. autofunction:: update_application(app_id, databag_item_value)
    .. autofunction:: destroy_formation(formation_id)
