summaryrefslogtreecommitdiffstats
path: root/bin/nova-dhcpbridge
Commit message (Expand)AuthorAgeFilesLines
* Delete unused bin directoryJoe Gordon2013-06-031-22/+0
* Move console scripts to entrypoints.Monty Taylor2013-04-041-145/+14
* Change nova-dhcpbridge FLAGFILE to a list of filesBrent Eagles2013-02-241-1/+3
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* maint: remove unused imports from bin/nova-*Pádraig Brady2013-02-071-2/+0
* Support optional 4 arg for nova-dhcpbridgeChet Burgess2013-01-241-0/+5
* Fix typos in docstringChangbin Liu2013-01-141-1/+1
* Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* Move manager options into nova.serviceMark McLoughlin2013-01-091-1/+1
* Merge "Port to argparse based cfg"Jenkins2012-12-121-9/+25
|\
| * Port to argparse based cfgMark McLoughlin2012-12-111-9/+25
* | Use fixtures library for nova test fixtures.Monty Taylor2012-12-071-1/+1
|/
* Make nova-dhcpbridge use CONFIG_FILE over FLAGFILEMark McLoughlin2012-11-261-2/+5
* nova-dhcpbridge should require the FLAGFILE is setMark McLoughlin2012-11-231-2/+2
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-0/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flags imports from bin/*Chris Behrens2012-11-151-1/+0
* Fix import ordering in /bin scripts.Dan Prince2012-11-091-1/+1
* Switch from FLAGS to CONF in binMark McLoughlin2012-11-041-10/+9
* Move parse_args to nova.configMark McLoughlin2012-11-041-1/+2
* Fix config-file overrides for nova-dhcpbridgeAndrew Laski2012-10-261-1/+1
* Add version to network rpc API.Russell Bryant2012-10-091-8/+6
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-2/+0
* Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-4/+4
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-2/+1
* Remove old flagfile support.Ghe Rivero2012-05-101-1/+1
* Use openstack.common.importutils.Russell Bryant2012-04-281-3/+4
* Merge "Refactor nova.rpc config handling."Jenkins2012-04-271-0/+2
|\
| * Refactor nova.rpc config handling.Russell Bryant2012-04-251-0/+2
* | Imports to human alphabetical orderJoe Gordon2012-04-261-1/+1
|/
* Stop notifications from old leasesVishvananda Ishaya2012-03-191-9/+5
* Clear out RPC connection pool before exit.Russell Bryant2012-01-311-0/+3
* Remove useless flags declarationJulien Danjou2011-12-151-4/+0
* Add DHCP support to the QuantumManager and break apart dhcp/gatewayBrad Hall2011-11-041-1/+2
* dhcpbridge: add better error if NETWORK_ID is not set, convert locals() to st...Dan Wendlandt2011-08-181-2/+10
* in dhcpbridge, only grab network id from env if neededDan Wendlandt2011-08-171-4/+2
* bug #828429: remove references to interface in nova-dhcpbridgeDan Wendlandt2011-08-171-6/+6
* merge trunk, fix conflict frim dprince's branch to remove hostname from bin/n...Dan Wendlandt2011-08-121-9/+8
|\
| * Nuke hostname. We don't use it.Dan Prince2011-08-041-9/+8
* | initial commit of vif-plugging for network-service interfacesDan Wendlandt2011-08-011-12/+12
|/
* filter the dhcp to only respond to requests from this hostVishvananda Ishaya2011-07-051-1/+1
* removed unneded mac parameter to lease and release fixed ip functionsTrey Morris2011-06-271-6/+2
* make fake_flags set defaults instead of runtime valuestermie2011-05-241-0/+7
* Make Dnsmasq_interface configurableJosh Kearney2011-03-291-1/+3
* Make "dhcpbridge init" output correctly formatted leases information.Soren Hansen2011-03-071-1/+1
* use flags for sqlite db names and fix flags in dhcpbridgeVishvananda Ishaya2011-02-231-12/+1
* pretty colors for logs and a few optimizationsVishvananda Ishaya2011-02-211-0/+2
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-1/+2