summaryrefslogtreecommitdiffstats
path: root/nova/ipv6/api.py
Commit message (Expand)AuthorAgeFilesLines
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-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-151-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-2/+2
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-4/+3
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-3/+7
* 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
* Implement IPv6 address generation that includes account identifierJohannes Erdfelt2011-05-111-3/+4
* Abstract out IPv6 address generation to pluggable backendsJohannes Erdfelt2011-05-111-0/+34