Fix indentation for new pycodestyle E117

There was an over indented method in openstackcloud.py#L3099 [1]
that the new pycodestyle E117[2] is catching[3].

This patch corrects the indentation to allow pep8/flake8 to pass.

[1] https://github.com/openstack/openstacksdk/blob/master/openstack/cloud/ \
    openstackcloud.py#L3099
[2] https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt#L9
[3] http://logs.openstack.org/56/633856/2/check/openstack-tox-pep8/5c57397/ \
    job-output.txt.gz#_2019-01-30_15_27_16_765029

Change-Id: I20fd50195ca6aa6ba67ba15e7ba1155acb18d4eb
This commit is contained in:
Michael Johnson 2019-01-30 08:15:10 -08:00
parent 6482783ea9
commit e740da6088