From 9ae5586c2e00d070e181ed5a885949fa335d6a9d Mon Sep 17 00:00:00 2001 From: guiyanxing Date: Tue, 17 Nov 2015 17:12:51 +0800 Subject: [PATCH] Fix the indentation issue This patch fixs the indentation issue to comply with pep8 style. Change-Id: Ia6e70d226bfaf48b60e07acf611162dbe56ff5ec --- neutron/extensions/qos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/extensions/qos.py b/neutron/extensions/qos.py index 382e15f97..5a14293fe 100644 --- a/neutron/extensions/qos.py +++ b/neutron/extensions/qos.py @@ -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}}, -- 2.45.2