]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo-config-2013.1b3
authorMark McLoughlin <markmc@redhat.com>
Mon, 11 Feb 2013 00:00:19 +0000 (19:00 -0500)
committerMark McLoughlin <markmc@redhat.com>
Sun, 17 Feb 2013 17:33:05 +0000 (17:33 +0000)
commitcfda6bc4fb4307fce51e9ec2e049242737dc9c33
treecf8bedf128aa70fa8d8851350ddf3cf6e80ce9b3
parent2d1762ced08883467f4106ccfe26fc21c0350315
Use oslo-config-2013.1b3

The cfg API is now available via the oslo-config library, so switch to
it and remove the copied-and-pasted version.

Add the 2013.1b3 tarball to tools/pip-requires - this will be changed
to 'oslo-config>=2013.1' when oslo-config is published to pypi. This
will happen in time for grizzly final.

Remove the 'deps = pep8' from tox.ini as it means all the other deps
get installed with easy_install which can't install oslo-config from
the URL.

Retain dummy cfg.py file until keystoneclient middleware has been
updated (I18c450174277c8e2d15ed93879da6cd92074c27a).

Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc
115 files changed:
bin/quantum-usage-audit
openstack-common.conf
quantum/agent/common/config.py
quantum/agent/dhcp_agent.py
quantum/agent/l3_agent.py
quantum/agent/linux/dhcp.py
quantum/agent/linux/external_process.py
quantum/agent/linux/interface.py
quantum/agent/linux/iptables_firewall.py
quantum/agent/linux/iptables_manager.py
quantum/agent/metadata/agent.py
quantum/agent/metadata/namespace_proxy.py
quantum/agent/netns_cleanup_util.py
quantum/agent/ovs_cleanup_util.py
quantum/agent/securitygroups_rpc.py
quantum/api/extensions.py
quantum/api/v2/router.py
quantum/auth.py
quantum/common/config.py
quantum/common/utils.py
quantum/db/api.py
quantum/db/db_base_plugin_v2.py
quantum/db/loadbalancer/loadbalancer_db.py
quantum/db/migration/cli.py
quantum/db/securitygroups_db.py
quantum/db/servicetype_db.py
quantum/debug/debug_agent.py
quantum/debug/shell.py
quantum/extensions/l3.py
quantum/extensions/quotasv2.py
quantum/extensions/securitygroup.py
quantum/manager.py
quantum/openstack/common/cfg.py
quantum/openstack/common/eventlet_backdoor.py
quantum/openstack/common/iniparser.py [deleted file]
quantum/openstack/common/lockutils.py
quantum/openstack/common/log.py
quantum/openstack/common/notifier/api.py
quantum/openstack/common/notifier/log_notifier.py
quantum/openstack/common/notifier/rpc_notifier.py
quantum/openstack/common/notifier/rpc_notifier2.py
quantum/openstack/common/rpc/__init__.py
quantum/openstack/common/rpc/common.py
quantum/openstack/common/rpc/impl_kombu.py
quantum/openstack/common/rpc/impl_qpid.py
quantum/openstack/common/rpc/impl_zmq.py
quantum/openstack/common/rpc/matchmaker.py
quantum/openstack/common/service.py
quantum/plugins/bigswitch/plugin.py
quantum/plugins/brocade/QuantumPlugin.py
quantum/plugins/cisco/tests/unit/v2/test_api_v2.py
quantum/plugins/hyperv/agent/hyperv_quantum_agent.py
quantum/plugins/hyperv/agent/utils.py
quantum/plugins/hyperv/hyperv_quantum_plugin.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/common/config.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/metaplugin/common/config.py
quantum/plugins/metaplugin/meta_quantum_plugin.py
quantum/plugins/metaplugin/proxy_quantum_plugin.py
quantum/plugins/nec/common/config.py
quantum/plugins/nec/extensions/packetfilter.py
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/plugins/nicira/nicira_nvp_plugin/common/config.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/common/config.py
quantum/plugins/openvswitch/ovs_db_v2.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/plumgrid/plumgrid_nos_plugin/plumgrid_plugin.py
quantum/plugins/ryu/agent/ryu_quantum_agent.py
quantum/plugins/ryu/common/config.py
quantum/plugins/ryu/ryu_quantum_plugin.py
quantum/policy.py
quantum/quota.py
quantum/server/__init__.py
quantum/service.py
quantum/tests/unit/__init__.py
quantum/tests/unit/_test_extension_portbindings.py
quantum/tests/unit/bigswitch/test_router_db.py
quantum/tests/unit/db/loadbalancer/test_db_loadbalancer.py
quantum/tests/unit/hyperv/test_hyperv_quantum_agent.py
quantum/tests/unit/hyperv/test_hyperv_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_defaults.py
quantum/tests/unit/linuxbridge/test_lb_quantum_agent.py
quantum/tests/unit/metaplugin/test_metaplugin.py
quantum/tests/unit/nicira/test_defaults.py
quantum/tests/unit/nicira/test_nicira_plugin.py
quantum/tests/unit/openvswitch/test_ovs_defaults.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
quantum/tests/unit/openvswitch/test_ovs_tunnel.py
quantum/tests/unit/ryu/test_defaults.py
quantum/tests/unit/ryu/test_ryu_db.py
quantum/tests/unit/test_agent_netns_cleanup.py
quantum/tests/unit/test_agent_ovs_cleanup.py
quantum/tests/unit/test_agent_rpc.py
quantum/tests/unit/test_api_v2.py
quantum/tests/unit/test_config.py
quantum/tests/unit/test_db.py
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_debug_commands.py
quantum/tests/unit/test_dhcp_agent.py
quantum/tests/unit/test_extension_extended_attribute.py
quantum/tests/unit/test_extension_security_group.py
quantum/tests/unit/test_l3_agent.py
quantum/tests/unit/test_l3_plugin.py
quantum/tests/unit/test_linux_dhcp.py
quantum/tests/unit/test_linux_interface.py
quantum/tests/unit/test_loadbalancer_plugin.py
quantum/tests/unit/test_quantum_manager.py
quantum/tests/unit/test_quota_per_tenant_ext.py
quantum/tests/unit/test_security_groups_rpc.py
quantum/tests/unit/test_servicetype.py
tools/install_venv_common.py
tools/pip-requires
tox.ini