diff options
author | Ralph Bean <rbean@redhat.com> | 2017-04-25 15:05:50 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-04-25 15:05:57 +0000 |
commit | 42fbdffc1e65d24a372dde091f51cadf87f81148 (patch) | |
tree | bf9cedc706e97b0e190e4f1450dbca0c3fd79844 | |
parent | c3c2aeab3ec7d1b5cc2039ea8de8fa357d3b2c81 (diff) | |
download | ansible-42fbdffc1e65d24a372dde091f51cadf87f81148.tar.gz ansible-42fbdffc1e65d24a372dde091f51cadf87f81148.tar.xz ansible-42fbdffc1e65d24a372dde091f51cadf87f81148.zip |
Remove option dropped from the pdc_client API.
-rw-r--r-- | roles/pdc/backend/templates/pdcupdater.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index dd30a92bc..963215cb6 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -17,11 +17,9 @@ config = { 'pdcupdater.pdc': { {% if env == 'staging' %} 'server': 'http://pdc-web01.stg.phx2.fedoraproject.org/rest_api/v1/', - 'insecure': True, 'token': '{{pdc_updater_api_token_stg }}', {% else %} 'server': 'http://pdc-web01.phx2.fedoraproject.org/rest_api/v1/', - 'insecure': True, 'token': '{{pdc_updater_api_token_prod }}', {% endif %} }, |