Some pylint fixups and creating the instances before actions happen so that instances later in the dependency list could call methods on the previous actions, ie to get a config location. This will be useful for novnc and possibly others.

This commit is contained in:
Joshua Harlow
2012-01-23 22:05:53 -08:00
parent 3dcb6a26de
commit 65ee3e9452
8 changed files with 54 additions and 49 deletions

View File

@@ -18,7 +18,6 @@ from optparse import OptionParser, OptionGroup
from devstack import log as logging
from devstack import settings
from devstack import utils
from devstack import version
HELP_WIDTH = 80