Bump ansible version to head of devel
bcoca has asked we use head of devel to fix the loader issue TrivialFix Change-Id: Ie6f4b6bbdffed9a85c840a4f425d866fc5402f4b
This commit is contained in:
parent
e72c8f1147
commit
6f23746177
@ -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():
|
|||||||
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():
|
|||||||
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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user