]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix the indentation issue
authorguiyanxing <guiyanxing@cmss.chinamobile.com>
Tue, 17 Nov 2015 09:12:51 +0000 (17:12 +0800)
committerguiyanxing <guiyanxing@cmss.chinamobile.com>
Tue, 17 Nov 2015 09:12:51 +0000 (17:12 +0800)
This patch fixs the indentation issue to comply with pep8 style.

Change-Id: Ia6e70d226bfaf48b60e07acf611162dbe56ff5ec

neutron/extensions/qos.py

index 382e15f975be0f1d10e9fd88da86b06d30c4b4ea..5a14293feecd121ad1e39eea7fe1b6c40f86a648 100644 (file)
@@ -44,7 +44,7 @@ RESOURCE_ATTRIBUTE_MAP = {
     'policies': {
         'id': {'allow_post': False, 'allow_put': False,
                'validate': {'type:uuid': None},
-        'is_visible': True, 'primary_key': True},
+               'is_visible': True, 'primary_key': True},
         'name': {'allow_post': True, 'allow_put': True,
                  'is_visible': True, 'default': '',
                  'validate': {'type:string': None}},