]> review.fuel-infra Code Review - openstack-build/neutron-build.git/shortlog
openstack-build/neutron-build.git
2015-07-01 JenkinsMerge "Add bandwidth_limit rules as sub-collection...
2015-07-01 JenkinsMerge "QoS: db models and migration rules" into feature/qos
2015-07-01 Irena BerezovskyAdd bandwidth_limit rules as sub-collection of qos...
2015-07-01 RamanjaneyaQoS: db models and migration rules
2015-07-01 Gal SagieAdd Create/Destroy API to OVS QoS BW Limiting
2015-07-01 Ihar Hrachyshkadocs: link quality of service doc stub to devref index
2015-06-29 Miguel Angel AjoQoS service plugin stub
2015-06-29 Miguel Angel AjoCreate the QoS API extension stub
2015-06-26 Doug WiegleyMerge remote-tracking branch 'origin/master' into merge-qos
2015-06-26 JenkinsMerge "linuxbridge: clean up README file"
2015-06-26 JenkinsMerge "Remove quantum untracked files from .gitignore"
2015-06-26 JenkinsMerge "Remove duplicated call to setup_coreplugin"
2015-06-26 JenkinsMerge "Remove double mock of dhcp agent periodic check"
2015-06-26 JenkinsMerge "Remove double fanout mock"
2015-06-26 JenkinsMerge "Remove double callback manager mocks"
2015-06-26 JenkinsMerge "Skip ARP protection if 0.0.0.0/0 in addr pairs"
2015-06-26 JenkinsMerge "Don't process network_delete events on OVS agent"
2015-06-26 JenkinsMerge "Remove ensure_dirs double-patch"
2015-06-26 JenkinsMerge "Updated from global requirements"
2015-06-26 JenkinsMerge "Fix tenant-id in Arista ML2 driver to support...
2015-06-26 JenkinsMerge "Python 3: do not use itertools.izip"
2015-06-26 JenkinsMerge "Avoid env variable duplication in tox.ini"
2015-06-26 JenkinsMerge "Log OVS agent configuration mismatch"
2015-06-26 JenkinsMerge "Add deadlock retry to API and ML2 RPC port update"
2015-06-26 Kevin BentonRemove duplicated call to setup_coreplugin
2015-06-26 Kevin BentonRemove double mock of dhcp agent periodic check
2015-06-26 Kevin BentonRemove double fanout mock
2015-06-26 Kevin BentonRemove double callback manager mocks
2015-06-26 JenkinsMerge "Removed test_lib module"
2015-06-26 Kevin BentonRemove ensure_dirs double-patch
2015-06-25 Sukhdev KapurFix tenant-id in Arista ML2 driver to support HA router
2015-06-25 JenkinsMerge "Switch to oslo_utils.uuidutils"
2015-06-25 JenkinsMerge "Fix tox errors in thirdparty-ci docs"
2015-06-25 Assaf MullerLog OVS agent configuration mismatch
2015-06-25 Cedric BrandilyAvoid env variable duplication in tox.ini
2015-06-25 JenkinsMerge "ovsdb: attempt to enable connection_uri for...
2015-06-25 JenkinsMerge "Only create one netaddr.IPNetwork object"
2015-06-25 JenkinsMerge "Context class should initialise its own data"
2015-06-25 JenkinsMerge "Fix >80 char lines that pep8 failed to detect"
2015-06-25 Kevin BentonSkip ARP protection if 0.0.0.0/0 in addr pairs
2015-06-25 Ihar Hrachyshkalinuxbridge: clean up README file
2015-06-25 John DavidgeFix tox errors in thirdparty-ci docs
2015-06-25 Ihar HrachyshkaRemoved test_lib module
2015-06-25 Russell BryantUpdated from global requirements
2015-06-25 Cedric BrandilyRemove quantum untracked files from .gitignore
2015-06-25 JenkinsMerge "Make DHCPv6 out of bounds API test deterministic"
2015-06-25 Matthew BoothContext class should initialise its own data
2015-06-25 Ihar Hrachyshkaovsdb: attempt to enable connection_uri for native...
2015-06-25 JenkinsMerge "Move third-party CI policy under docs/policies"
2015-06-25 JenkinsMerge "Provide work around for 0.0.0.0/0 ::/0 for ipset"
2015-06-24 JenkinsMerge "Remove lbaas API tests, which are now in the...
2015-06-24 JenkinsMerge "Deprecate "router_delete_namespaces" and "dhcp_d...
2015-06-24 Doug WiegleyMove third-party CI policy under docs/policies
2015-06-24 Doug WiegleyRemove lbaas API tests, which are now in the lbaas...
2015-06-24 JenkinsMerge "Use string exception casting everywhere"
2015-06-24 JenkinsMerge "Override opportunistic database tests to PyMySQL"
2015-06-24 JenkinsMerge "Extend default setenv instead of replacing it...
2015-06-24 JenkinsMerge "Bulk move methods to ipam_backend_mixin.py"
2015-06-24 JenkinsMerge "Fix SR-IOV mech driver to set port status to...
2015-06-24 JenkinsMerge "Add IPset cleanup script"
2015-06-24 Aaron RosenOnly create one netaddr.IPNetwork object
2015-06-24 Aaron RosenProvide work around for 0.0.0.0/0 ::/0 for ipset
2015-06-24 JenkinsMerge "Revert "Fix subnet creation failure on IPv6...
2015-06-24 Kevin BentonFix >80 char lines that pep8 failed to detect
2015-06-24 JenkinsMerge "Remove get_namespace from API extensions"
2015-06-24 Anthony ChowDeprecate "router_delete_namespaces" and "dhcp_delete_n...
2015-06-24 JenkinsMerge "Remove duplicate tunnel id check in sync_allocat...
2015-06-24 JenkinsMerge "Cleanup get_plugin_name() from the tree"
2015-06-24 Kevin BentonMake DHCPv6 out of bounds API test deterministic
2015-06-24 JenkinsMerge "Optimize ipset usage in IptablesFirewallDriver"
2015-06-24 JenkinsMerge "Fix callback registry notification for security...
2015-06-24 Kevin BentonDon't process network_delete events on OVS agent
2015-06-24 JenkinsMerge "Don't delete DVR namespace if there are still...
2015-06-24 JenkinsMerge "Ease debugging alembic by passing proper scripts...
2015-06-24 Henry GessauRevert "Fix subnet creation failure on IPv6 valid gateway"
2015-06-23 Cedric BrandilySupport oslo_db 1.12
2015-06-23 Cyril RoelandtPython 3: do not use itertools.izip
2015-06-23 Jeremy StanleyOverride opportunistic database tests to PyMySQL
2015-06-23 Cedric BrandilyExtend default setenv instead of replacing it in tox.ini
2015-06-23 Ihar HrachyshkaCleanup get_plugin_name() from the tree
2015-06-23 JenkinsMerge "Fix subnet creation failure on IPv6 valid gateway"
2015-06-23 Pavel BondarBulk move methods to ipam_backend_mixin.py
2015-06-23 JenkinsMerge "Decompose _create_subnet_from_pool"
2015-06-23 JenkinsMerge "Fix l3 agent to not create already deleted router"
2015-06-23 JenkinsMerge "VMWare NSXv: Add distributed URL locking to...
2015-06-23 JenkinsMerge "Move _delete_port"
2015-06-23 JenkinsMerge "Decompose create_port and save_subnet"
2015-06-23 JenkinsMerge "Python3: do not set Request.body to a text string"
2015-06-22 Brian HaleyAdd IPset cleanup script
2015-06-22 JenkinsMerge "Prepare for full stack CI job"
2015-06-22 JenkinsMerge "fix rootwrap debug filter for ping all"
2015-06-22 Rawlin PetersOptimize ipset usage in IptablesFirewallDriver
2015-06-22 Cyril RoelandtPython3: do not set Request.body to a text string
2015-06-22 Assaf MullerPrepare for full stack CI job
2015-06-22 Oleg BondarevFix callback registry notification for security group...
2015-06-22 Ihar HrachyshkaEase debugging alembic by passing proper scripts path...
2015-06-22 Martin RoyUse string exception casting everywhere
2015-06-22 ChangBo Guo... Switch to oslo_utils.uuidutils
2015-06-22 David EderyFix subnet creation failure on IPv6 valid gateway
2015-06-22 JenkinsMerge "Fixes bulk insertion of data to ml2_port_binding"
next