]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove unncessary 'global' declaration 411/head
authorZack Cerza <zack@redhat.com>
Tue, 20 Jan 2015 17:36:00 +0000 (10:36 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 20 Jan 2015 17:36:00 +0000 (10:36 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/install.py

index fb415465178d01d72c6dec2e0c5be9b76fd34115..8f2fb7774fbb33464087b866f58fb4a966129018 100644 (file)
@@ -740,7 +740,6 @@ def install(ctx, config):
 
     project = config.get('project', 'ceph')
 
-    global PACKAGES
     debs = PACKAGES[project]['deb']
     rpm = PACKAGES[project]['rpm']