summaryrefslogtreecommitdiff
path: root/nova/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of LazyPluggable by stevedore driverEugeniya Kudryashova2015-02-171-4/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-182-2/+2
* Remove vi modelinesliu-sheng2014-02-034-8/+0
* Ensure that the netaddr import is in the 3rd party sectionGary Kotton2013-10-081-0/+1
* Fix and Gate on H303 (no wildcard imports)Joe Gordon2013-07-301-1/+1
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-262-0/+4
* Update OpenStack LLC to FoundationKurt Taylor2013-02-262-2/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* fix N402 for rest of novaSean Dague2013-01-092-2/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-2/+3
* Defined IMPL in global ipv6 namespace.Justin Hammond2012-08-151-2/+4
* Fix OpenStack CapitalizationJoe Gordon2012-03-152-2/+2
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-2/+2
* Backslash continuations (misc.)Zhongyue Luo2012-02-083-8/+7
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-3/+7
* Bug #835964: pep8 violations in IPv6 codeEwan Mellor2011-08-281-1/+2
* add rainy day test to to_globalKen Pepple2011-08-241-1/+3
|\
| * added exception catch and test for bad prefixKen Pepple2011-08-211-0/+2
| * added rainy day test for ipv6 tests. fixed ipv6.to_global to trap correct exc...Ken Pepple2011-08-201-1/+1
* | added exception catch and test for bad project_idKen Pepple2011-08-211-0/+2
* | added exception catch for bad prefix and matching testKen Pepple2011-08-211-0/+2
* | lp:828610Ken Pepple2011-08-201-1/+1
|/
* Reduce indentation to avoid PEP8 failuresJohannes Erdfelt2011-05-161-2/+2
* PEP8 cleanupsJohannes Erdfelt2011-05-161-2/+3
* Add test suite for IPv6 address generationJohannes Erdfelt2011-05-121-3/+8
* Accept and ignore project_idJohannes Erdfelt2011-05-121-1/+1
* Implement IPv6 address generation that includes account identifierJohannes Erdfelt2011-05-112-3/+49
* Abstract out IPv6 address generation to pluggable backendsJohannes Erdfelt2011-05-113-0/+93