Lint whitespace

This commit is contained in:
Mike Place 2016-08-29 14:16:56 +09:00
parent e8becb3178
commit f6ddee8ae1

View File

@ -44,7 +44,7 @@ def start_service(service_name):
.. code-block:: bash
salt '*' openstack_mng.start_service neutron
'''
os_cmd = ['/usr/bin/openstack-service', 'start', service_name]
return __salt__['cmd.retcode'](os_cmd) == 0