~ubuntu-branches/ubuntu/vivid/sahara/vivid-proposed

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-04-09 15:13:04 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150409151304-ds2wzht638m8c74k
Tags: 2015.1~rc1-0ubuntu1
* New upstream milestone release:
  - debian/control: Align with upstream dependencies.
  - debian/patches/fix-alembic-migration-for-sqlite-1.patch: Refreshed.
  - debian/rules: Install the correct sample configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        sahara-db-manage = sahara.db.migration.cli:main
35
35
        sahara-rootwrap = oslo_rootwrap.cmd:main
36
36
        _sahara-subprocess = sahara.cli.sahara_subprocess:main
 
37
        sahara-templates = sahara.db.templates.cli:main
37
38
sahara.cluster.plugins = 
38
39
        vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
39
40
        hdp = sahara.plugins.hdp.ambariplugin:AmbariPlugin
53
54
oslo.config.opts = 
54
55
        sahara.config = sahara.config:list_opts
55
56
        periodic.config = sahara.openstack.common.periodic_task:list_opts
56
 
        policy.config = sahara.openstack.common.policy:list_opts
57
57
        ssl.config = sahara.openstack.common.sslutils:list_opts
58
58
 
59
59
[build_sphinx]
76
76
input_file = sahara/locale/sahara.pot
77
77
 
78
78
[egg_info]
 
79
tag_date = 0
79
80
tag_build = 
80
 
tag_date = 0
81
81
tag_svn_revision = 0
82
82