~ubuntu-branches/ubuntu/quantal/keystone/quantal-security

« back to all changes in this revision

Viewing changes to bin/keystone-all

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-22 12:27:50 UTC
  • mto: (35.1.1 quantal-proposed)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20120622122750-4urdq17en1990apn
Tags: upstream-2012.2~f2~20120622.2353
ImportĀ upstreamĀ versionĀ 2012.2~f2~20120622.2353

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    if os.path.exists(dev_conf):
74
74
        config_files = [dev_conf]
75
75
 
76
 
    CONF(config_files=config_files, args=sys.argv)
 
76
    CONF(project='keystone', default_config_files=config_files)
77
77
 
78
78
    config.setup_logging(CONF)
79
79