Remove unused variable

Change-Id: I5f65a93b3e7a3c36e0839e3823696dec3c2ddcde
This commit is contained in:
pengdake 2018-02-01 16:14:00 +08:00
parent b7ac6127a6
commit d13d1c18d8
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ from zun.volume import cinder_api as cinder
CONF = zun.conf.CONF
LOG = logging.getLogger(__name__)
NETWORK_ATTACH_EXTERNAL = 'network:attach_external_network'
def check_policy_on_container(container, action):