]> review.fuel-infra Code Review - openstack-build/neutron-build.git/shortlog
openstack-build/neutron-build.git
2015-06-09 Elena EzhovaHandle SIGHUP: neutron-server (multiprocess) and metada...
2015-06-09 Zhenguo NiuFix typos in docs
2015-06-08 JenkinsMerge "Python3: Enable all working tests in tox.ini"
2015-06-08 JenkinsMerge "Clean only floating-ip related connection states"
2015-06-08 JenkinsMerge "Refactor awkward logic in setup_dhcp_port"
2015-06-08 JenkinsMerge "Update ipset members when corresponding sg membe...
2015-06-08 JenkinsMerge "Fix typo in test class name"
2015-06-08 Cyril RoelandtPython3: Enable all working tests in tox.ini
2015-06-08 JenkinsMerge "Python 3: do not index a dict_values object"
2015-06-08 shihanzhangUpdate ipset members when corresponding sg member is...
2015-06-08 JenkinsMerge "Send 'security_groups_member_updated' when port...
2015-06-08 JenkinsMerge "Remove full stack log noise"
2015-06-08 JenkinsMerge "L3 agent should do report state before full...
2015-06-08 shihanzhangSend 'security_groups_member_updated' when port changes
2015-06-07 JenkinsMerge "ML2: Remove TYPE_MULTI_SEGMENT"
2015-06-07 JenkinsMerge "Refactor mlnx mechanism driver to support infini...
2015-06-07 JenkinsMerge "Add more API tests for port-security extension:"
2015-06-06 Assaf MullerRemove full stack log noise
2015-06-06 YAMAMOTO TakashiML2: Remove TYPE_MULTI_SEGMENT
2015-06-06 Stephen MaL3 agent should do report state before full sync at...
2015-06-06 JenkinsMerge "test_ovs_neutron_agent: Remove useless ofport...
2015-06-06 JenkinsMerge "test_l3: Don't assume the order of subnets"
2015-06-06 JenkinsMerge "versionutils: switch from incubator version...
2015-06-05 JenkinsMerge "Remove reference to non-existent fullstack fixture"
2015-06-05 JenkinsMerge "Decompose the NCS ML2 Mechanism Driver"
2015-06-05 Cedric BrandilyClean only floating-ip related connection states
2015-06-05 Carl BaldwinRefactor awkward logic in setup_dhcp_port
2015-06-05 JenkinsMerge "Add a "light" base test class for DB tests"
2015-06-05 JenkinsMerge "Handle SIGHUP in ovs neutron agent"
2015-06-05 JenkinsMerge "Start linuxbridge neutron agent using a launcher"
2015-06-05 JenkinsMerge "Decompose db_base_plugin_v2.py part 2"
2015-06-05 JenkinsMerge "Make _val_to_py and _py_to_val not private"
2015-06-05 Salvatore OrlandoAdd a "light" base test class for DB tests
2015-06-05 JenkinsMerge "Decompose db_base_plugin_v2.py"
2015-06-05 JenkinsMerge "Changes in rally-jobs/README.rst"
2015-06-05 JenkinsMerge "Add a non-mixin function for model queries"
2015-06-05 JenkinsMerge "Run RootHelperProcess always as root"
2015-06-05 rossellaMake _val_to_py and _py_to_val not private
2015-06-05 Pavel BondarDecompose db_base_plugin_v2.py part 2
2015-06-05 Vincent LegollFix typo in test class name
2015-06-05 Elena EzhovaStart linuxbridge neutron agent using a launcher
2015-06-05 Elena EzhovaHandle SIGHUP in ovs neutron agent
2015-06-05 YAMAMOTO Takashitest_ovs_neutron_agent: Remove useless ofport=10 arguments
2015-06-05 YAMAMOTO Takashitest_l3: Don't assume the order of subnets
2015-06-05 JenkinsMerge "When disabling dhcp, delete fixed ip properly"
2015-06-04 JenkinsMerge "Remove hack for sending gratuitous arp from...
2015-06-04 Cyril RoelandtPython 3: do not index a dict_values object
2015-06-04 JenkinsMerge "pylint: enable `duplicate-key` check"
2015-06-04 JenkinsMerge "Enhance utils.ensure_dir to be resilient to...
2015-06-04 Ihar Hrachyshkaversionutils: switch from incubator version to oslo.log
2015-06-04 Jakub LibosvarRun RootHelperProcess always as root
2015-06-04 Alexander MaretskiyChanges in rally-jobs/README.rst
2015-06-04 Dmitry RatushnyyAdd more API tests for port-security extension:
2015-06-04 JenkinsMerge "test_db_base_plugin_v2: Don't assume the order...
2015-06-04 JenkinsMerge "Use a single method to remove an address with...
2015-06-04 Henry GessauDecompose the NCS ML2 Mechanism Driver
2015-06-04 YAMAMOTO Takashitest_db_base_plugin_v2: Don't assume the order of fixed_ips
2015-06-04 Angus Leespylint: enable `duplicate-key` check
2015-06-03 JenkinsMerge "Add sub-project lieutenants"
2015-06-03 JenkinsMerge "Refactor type_tunnel/gre/vxlan to reduce duplica...
2015-06-03 JenkinsMerge "Make MockFixedIntervalLoopingCall class as a...
2015-06-03 Assaf MullerRemove reference to non-existent fullstack fixture
2015-06-03 JenkinsMerge "Move full-stack logs post-tests"
2015-06-03 Carl BaldwinEnhance utils.ensure_dir to be resilient to concurrent...
2015-06-03 JenkinsMerge "Fix confusing parameters names"
2015-06-03 JenkinsMerge "Wrap ML2 delete_port with db retry decorator"
2015-06-03 JenkinsMerge "Remove extra indent in testcases"
2015-06-03 JenkinsMerge "Python3: use six.iteritems() instead of dict...
2015-06-03 Carl BaldwinUse a single method to remove an address with its connt...
2015-06-03 Pavel BondarDecompose db_base_plugin_v2.py
2015-06-03 Russell BryantAdd sub-project lieutenants
2015-06-03 Oleg BondarevFix confusing parameters names
2015-06-03 Aman KumarExtra indent in test_ovs_neutron_agent
2015-06-03 JenkinsMerge "Catch broad exception in methods used in FixedIn...
2015-06-03 JenkinsMerge "Revert "Add VIF_DELETED notification event to...
2015-06-03 Aman KumarMake MockFixedIntervalLoopingCall class as a helper...
2015-06-03 Kevin BentonRevert "Add VIF_DELETED notification event to Nova"
2015-06-03 Oleg BondarevWrap ML2 delete_port with db retry decorator
2015-06-03 JenkinsMerge "Check for 'removed' in port_info before reference"
2015-06-03 Aaron RosenRemove extra indent in testcases
2015-06-03 JenkinsMerge "Add route to metadata IP by default"
2015-06-03 Kevin BentonCheck for 'removed' in port_info before reference
2015-06-02 Eugene NikanorovCatch broad exception in methods used in FixedIntervalL...
2015-06-02 JenkinsMerge "Add devref that explains fullstack testing and...
2015-06-02 JenkinsMerge "Add VIF_DELETED notification event to Nova"
2015-06-02 Assaf MullerAdd devref that explains fullstack testing and its...
2015-06-02 JenkinsMerge "Modify ipset functional tests to pass on older...
2015-06-02 JenkinsMerge "Remove unused _uuid function alias from test_ipt...
2015-06-02 JenkinsMerge "Remove get_dhcp_port RPC method"
2015-06-02 JenkinsMerge "Don't delete port from bridge on delete_port...
2015-06-02 JenkinsMerge "Don't update floating IP status if no change"
2015-06-02 JenkinsMerge "Imported Translations from Transifex"
2015-06-02 JenkinsMerge "Update rootwrap.conf to add /usr/local/bin"
2015-06-02 Assaf MullerRemove get_dhcp_port RPC method
2015-06-02 JenkinsMerge "Move pool dispose() before os.fork"
2015-06-02 Cedric BrandilyRefactor type_tunnel/gre/vxlan to reduce duplicate...
2015-06-02 OpenStack Proposal BotImported Translations from Transifex
2015-06-02 Gal SagieUpdate rootwrap.conf to add /usr/local/bin
2015-06-02 Eugene NikanorovAdd route to metadata IP by default
2015-06-02 JenkinsMerge "test_ovs_neutron_agent: Remove unnecessary mocking"
next