summaryrefslogtreecommitdiff
path: root/neutron/agent/dhcp_agent.py
Commit message (Expand)AuthorAgeFilesLines
* Don't register config options on importsJakub Libosvar2022-04-131-0/+1
* Set process name for agentsBernard Cafarelli2020-07-011-1/+2
* Deprecate config option "ovs_integration_bridge"Rodolfo Alonso Hernandez2020-02-171-0/+2
* Enable mutable config in NeutronSławek Kapłoński2018-03-211-1/+1
* use common agent topics from neutron-libBoden R2018-03-131-1/+1
* Change ip_lib network namespace code to use pyroute2Brian Haley2017-10-041-0/+2
* Refactoring agent linux&ovsdb configsindhu devale2017-08-251-2/+1
* Agent common configJohn Perkins2017-03-151-1/+1
* Switch ns-metadata-proxy to haproxyDaniel Alvarez2017-03-081-1/+0
* Refactoring agent metadata configsindhu devale2016-11-211-3/+3
* Refactoring config options for dhcp agentAradhana Singh2016-07-061-4/+2
* Remove deprecated use_namespaces optionCedric Brandily2015-11-181-1/+0
* Add availability_zone support baseHirofumi Ichihara2015-10-021-0/+1
* Add ability to use custom config in DHCP-agentSergey Belous2015-09-071-11/+11
* Switch to oslo.serviceElena Ezhova2015-06-291-2/+2
* Allow metadata proxy running with nobody user/groupCedric Brandily2015-04-061-2/+3
* Do not run neutron-ns-metadata-proxy as root on dhcp agentCedric Brandily2015-02-201-0/+2
* Merge "Moved several services into neutron.cmd.eventlet"Jenkins2015-02-191-3/+0
|\
| * Moved several services into neutron.cmd.eventletIhar Hrachyshka2015-02-181-3/+0
* | Remove root_helper arg from DHCP agentTerry Wilson2015-02-181-1/+0
|/
* oslo: migrate to namespace-less import pathsIhar Hrachyshka2015-02-051-1/+1
* DHCP agent restructuringarmando-migliaccio2015-01-171-599/+7
* Provide doc string pointers for the dhcp agent rpc apiRussell Bryant2015-01-091-0/+10
* Merge "Use lazy logging interpolation"Jenkins2014-12-261-2/+2
|\
| * Use lazy logging interpolationAngus Lees2014-12-221-2/+2
* | Scope dhcp rpc api using a messaging namespaceRussell Bryant2014-12-191-1/+9
|/
* Fix enable_metadata_network flagAaron Rosen2014-12-031-5/+3
* Migrate to oslo.i18nIhar Hrachyshka2014-11-261-1/+1
* Migrate to oslo.utilsIhar Hrachyshka2014-11-261-1/+1
* Merge "Fix metadata proxy start problem for v6-v4 network"Jenkins2014-11-261-4/+8
|\
| * Fix metadata proxy start problem for v6-v4 networkXu Han Peng2014-11-221-4/+8
* | Merge "Update i18n translation for neutron.agents log msg's"Jenkins2014-11-181-32/+32
|\ \
| * | Update i18n translation for neutron.agents log msg'sGary Kotton2014-11-151-32/+32
* | | Fix client side versions in dhcp rpc APIRussell Bryant2014-11-171-4/+4
* | | Drop usage of RpcProxy from DhcpPluginApiRussell Bryant2014-11-171-37/+27
|/ /
* | Remove neutron.common.rpc.RemoteErrorRussell Bryant2014-11-111-1/+2
|/
* Merge "Create DHCP port for IPv6 subnet"Jenkins2014-10-291-2/+3
|\
| * Create DHCP port for IPv6 subnetXu Han Peng2014-09-241-2/+3
* | Only resync DHCP for a particular network when their is a failureTerry Wilson2014-10-221-15/+26
|/
* Remove unused arg to config.setup_logging()Angus Lees2014-09-051-1/+1
* Don't spawn metadata-proxy for non-isolated netsJohn Schwarz2014-09-011-3/+10
* Merge "Log exceptions inside spawned functions"Jenkins2014-08-261-0/+2
|\
| * Log exceptions inside spawned functionsZang MingJie2014-07-241-0/+2
* | Remove redundant topic from rpc callsrossella2014-08-051-14/+7
|/
* Moved rpc_compat.py code back into rpc.pyIhar Hrachyshka2014-06-241-3/+3
* Remove the useless vim modelinesliu-sheng2014-06-211-2/+0
* Configure agents using neutron.common.config.init (formerly .parse)Ihar Hrachyshka2014-06-171-1/+3
* Monkey patch threading module as early as possibleIhar Hrachyshka2014-06-091-1/+2
* Introduced transition RPC exception typesIhar Hrachyshka2014-06-091-2/+1
* Added RpcProxy classIhar Hrachyshka2014-06-091-2/+2