Setting Up a Cloud Deployment ============================= In order to allow the engine to access launchpad on your behalf, the following lines need to be added to your respective novarc files. .. code-block:: none export CI_OAUTH_CONSUMER_KEY=ci-airline export CI_OAUTH_TOKEN= export CI_OAUTH_TOKEN_SECRET= export CI_LAUNCHPAD_USER= export CI_LAUNCHPAD_PPA_OWNER= .. note:: +++ Use the OAuth values generated `here`_ to fill these In addition, for HPcloud deployments, the following line should also be added to the novarc file. .. code-block:: none export CI_TEMPURL_SIGNING_KEY= .. _here: oauth.html