]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
renaming default func to pkg
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 7 Apr 2014 18:23:19 +0000 (14:23 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 7 Apr 2014 18:23:19 +0000 (14:23 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/pkg.py

index 418c4f292feef62cf9783fc0b936c1680303dc04..d0ec93adbd714517c9a40dd4c711e26dbe99f237 100644 (file)
@@ -38,7 +38,7 @@ def remove(args):
         distro.conn.exit()
 
 
-def action(args):
+def pkg(args):
     if args.install:
         install(args)
     elif args.remove:
@@ -70,5 +70,5 @@ def make(parser):
     )
 
     parser.set_defaults(
-        func=action,
+        func=pkg,
     )