Jump to: navigation, search

Poppy/Provider - Getting Started/Configuration

< Poppy‎ | Provider - Getting Started
Revision as of 21:53, 26 January 2015 by Amit Gandhi (talk | contribs) (Created page with "Congratulations! If you made it here, then you must have a provider ready to go =) Poppy uses the [http://docs.openstack.org/developer/stevedore/ Stevedore] framework to con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Congratulations! If you made it here, then you must have a provider ready to go =)

Poppy uses the Stevedore framework to configure Drivers into the application.

Once you have created your Stevedore plugin, please add it to the configuration example as follows:

in /etc/poppy.conf::

 [drivers:provider:{provider_name}]
 username = "MY_USERNAME"
 apikey = "MY_APIKEY"

where username and apikey are configuration parameters that your driver may require to communicate with your backend api.