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

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-08-19 14:26:04 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150819142604-928sn8gp2urb2bmh
Tags: 2:7.0.0~b2-0ubuntu1
* New upstream milestone for OpenStack Liberty.
* d/control: Align (build-)depends with upstream.
* d/rules: Remove .eggs directory in override_dh_auto_clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
pool_schedulers = 
50
50
        neutron.services.loadbalancer.agent_scheduler.ChanceScheduler = neutron_lbaas.services.loadbalancer.agent_scheduler:ChanceScheduler
51
51
        neutron.services.loadbalancer.agent_scheduler.LeastPoolAgentScheduler = neutron_lbaas.services.loadbalancer.agent_scheduler:LeastPoolAgentScheduler
 
52
neutron.db.alembic_migrations = 
 
53
        neutron-lbaas = neutron_lbaas.db.migration:alembic_migrations
52
54
 
53
55
[build_sphinx]
54
56
all_files = 1
74
76
 
75
77
[egg_info]
76
78
tag_build = 
 
79
tag_svn_revision = 0
77
80
tag_date = 0
78
 
tag_svn_revision = 0
79
81