~ubuntu-branches/ubuntu/wily/neutron-lbaas/wily

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-09-08 16:00:46 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150908160046-czep1sfsr4reg0gz
Tags: 2:7.0.0~b3-0ubuntu1
* New upstream milestone for OpenStack Liberty.
* d/control: Align (build-)depends with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        neutron.services.loadbalancer.agent_scheduler.LeastPoolAgentScheduler = neutron_lbaas.services.loadbalancer.agent_scheduler:LeastPoolAgentScheduler
52
52
neutron.db.alembic_migrations = 
53
53
        neutron-lbaas = neutron_lbaas.db.migration:alembic_migrations
 
54
neutron_lbaas.cert_manager.backend = 
 
55
        barbican = neutron_lbaas.common.cert_manager.barbican_cert_manager
 
56
        local = neutron_lbaas.common.cert_manager.local_cert_manager
54
57
 
55
58
[build_sphinx]
56
59
all_files = 1
75
78
universal = 1
76
79
 
77
80
[egg_info]
 
81
tag_date = 0
78
82
tag_build = 
79
83
tag_svn_revision = 0
80
 
tag_date = 0
81
84