Skip to content
Snippets Groups Projects
Commit 89762631 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Bump ansible version to head of devel"

parents 32ce37cb 6f237461
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ ...@@ -42,7 +42,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
RUN git clone https://github.com/ansible/ansible.git \ RUN git clone https://github.com/ansible/ansible.git \
&& cd ansible \ && cd ansible \
&& git checkout 915037c628ddcdfebd3e266710460376fcfaa91d \ && git checkout 89569d035ea5002302a0a6b03451a4963fd83eb3 \
&& git submodule update --init --recursive \ && git submodule update --init --recursive \
&& pip --no-cache-dir install . && pip --no-cache-dir install .
......
...@@ -48,9 +48,6 @@ def main(): ...@@ -48,9 +48,6 @@ def main():
service = None service = None
endpoint = None endpoint = None
# bcoca broke the loader! bcoca is working on the loaded. until then...
module.params['auth'] = json.loads(
module.params['auth'].replace("'", '"'))
cloud = shade.operator_cloud(**module.params) cloud = shade.operator_cloud(**module.params)
for _service in cloud.keystone_client.services.list(): for _service in cloud.keystone_client.services.list():
......
...@@ -45,9 +45,6 @@ def main(): ...@@ -45,9 +45,6 @@ def main():
role = None role = None
user = None user = None
# bcoca broke the loader! bcoca is working on the loaded. until then...
module.params['auth'] = json.loads(
module.params['auth'].replace("'", '"'))
cloud = shade.operator_cloud(**module.params) cloud = shade.operator_cloud(**module.params)
for _project in cloud.keystone_client.projects.list(): for _project in cloud.keystone_client.projects.list():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment