Changelog for
openstack-neutron-vpnaas-10.0.1~dev15-1.1.noarch.rpm :
Sat Sep 22 14:00:00 2018 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev15:
* import zuul job settings from project-config
Mon Jun 25 14:00:00 2018 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev14:
* Fix: sphinx-docs job for stable branch and pep8 issues
* tempest: Add a missing resource_cleanup call
* gate_hook: Add \"tempest\" case
* Update tox_install.sh for stable/ocata
* Update UPPER_CONSTRAINTS_FILE for stable/ocata
* Restore RPC after tenant_id -> project_id DB column rename
* Use DB field sizes instead of _MAX_LEN constants
* Validate peer_cidrs for ipsec_site_connections
* Add vpnaas conf to Q_PLUGIN_EXTRA_CONF_FILES
* Make tests resilient to new project_id field in API
* Use model_base from neutron-lib
* Readd tox_install NEUTRON_DIR
* Add debug output to tox_install.sh
* TrivialFix: Add validation for tenant_id
* Revert \"Update disable_ssl_certificate_validation reference\"
* Update disable_ssl_certificate_validation reference
* Use tempest.lib tenants_client
* Support local_id configuration
* VPNaaS: make use of neutron_lib exceptions
* Add an explicit BRANCH_NAME to tox_install.sh
* Consume _ from local _1i8n
* tox_install.sh: don\'t hide output from tox logs
* Fix a typo from UPPER_CONTRAINTS_FILE to UPPER_CONSTRAINTS_FILE
* Switch to internal _i18n pattern, as per oslo_i18n guidelines
* Prepare neutron \"use_namespaces\" option removal
* Set ZUUL_BRANCH using BRANCH if not available
* Remove references to router_delete_namespaces option in tests
* Switch to using neutron.common.utils:replace_file()
* Removed new=True argument from create_connection
* Remove root owned ipsec.secrets for ensure_configs
* Change ignore-errors to ignore_errors
* Exclude neutron_vpnaas/tests from coverage report
* Use ping assertions from net_utils in test_scenario
* Drop for \'tenant_id\' column for \'cisco_csr_identifier_map\' table
* Add cisco_csr_rest_client.py module for py34 support
* Add test_cisco_ipsec.py module for py34 support
* Rename a test method in test_ipsec.py
* script.py.mako: added license header and missing branch_labels
* Add test_netns_wrapper.py module for py34 support
* Register alembic_migrations at install time
* StrongSwanProcess: redefine DIALECT_MAP at class level
* adopt neutron.common.utils.ensure_dir
* Revert \"VPNaaS: Temporarily disable check_migration\"
* VPNaaS: Temporarily disable check_migration
* Remove dependency on config file for db check_migration
* Set vpn agent\'s agent_state[\'binary\'] attribute
* COMMON_PREFIXES cleanup - patch 4/5
* Use DvrEdgeRouter instead of decomposed DvrRouter in test_ipsec
* Switch to oslo_utils.uuidutils
* Resize cisco_csr_identifier_map.ipsec_site_conn_id
* Do not assume order of mounts in execute_with_mount
* Set owner of Q_VPN_CONF_FILE file to STACK_USER user
* gate-neutron-vpnaas-pep8 failing for test_cisco_ipsec.py
* Assign external_ip based on ip version of peer_address
* Add neutron-vpnaas/tests/unit/extensions/__init__
* Remove the reference for non-existent cisco.l3.plugging_drivers
* Fix up the import path for vyatta.common to use networking_brocade
* Remove remaining root_helper references
* Stop storing and passing root_helper
* Fix breakage caused by removing deprecated root_helper config in neutron
* Add index on tenant_id
* Fixed tests to use neutron_vpnaas extensions and neutrons
* Pass root_helper to ip_lib by keyword argument to prep for removal
* Added __init__.py so migrations can work
* Move classes out of l3_agent.py
* Fix python neutron path for neutron_vpnaas
* pretty_tox.sh: Portablity improvement
* test_dhcp_agent: Fix no-op tests
* Fix incorrect exception order in _execute_request
* Remove use_namespaces from RouterInfo Property
* Move disabling of metadata and ipv6_ra to _destroy_router_namespace
* Switch run-time import to using importutils.import_module
* mock.assert_called_once() is not a valid method
* Refactor _process_routers to handle a single router
* Remove all_routers argument from _process_routers
* Add requests_mock to test-requirements.txt
* Supply missing cisco_cfg_agent.ini file
* Remove reference to cisco_cfg_agent.ini from setup.cfg again
* Fix state_path in tests
* Do not assume order of new_peers list elements
* Remove reference to cisco_cfg_agent.ini from setup.cfg
* This patch changes the name of directory from mech_arista to arista
* Allow to import _LC, _LE, _LI and _LW functions directly
* Use auth_token from keystonemiddleware
* Change all occurences of no_delete to do_delete
* Remove reference to setuptools_git
* Moved rpc_compat.py code back into rpc.py
* Removed create_rpc_dispatcher methods
* Renamed consume_in_thread -> consume_in_threads
* Pass \'top\' to remove_rule so that rule matching succeeds
* Added missing core_plugins symbolic names
* Introduced rpc_compat.create_connection()
* Set ns_name in RouterInfo as attribute
* Fix usage of save_and_reraise_exception
* Bugfix and refactoring for ovs_lib flow methods
* Fix typo in service_drivers.ipsec
* Use save_and_reraise_exception when reraise exception
* Rename check_nvp_config utility tool
* Corrects broken format strings in check_i18n.py
* Add fwaas_driver.ini to setup.cfg
* Ensure get_pid_to_kill works with rootwrap script
* Fix import log_handler error with publish_errors set
* Fix access to lifetime dict in update_ipsecpolicy method
* Increase size of peer_address attribute in VPNaaS
* Install metering_agent.ini and vpn_agent.ini
* Enclose command args in with_venv.sh
* Verify MTU is valid for ipsec_site_connection
* Make ipsec_site_connection dpd_timeout == dpd_interval return 400
* Ignore pbr
*.egg directory
* Sync install_venv_common from oslo
* Rename agent_loadbalancer directory to loadbalancer
* Add
*.swo/swp to .gitignore
* Revert \"Fix ./run_tests.sh --pep8\"
* Fix ./run_tests.sh --pep8
* Add lbaas_agent files to setup.py
* Add VIRTUAL_ENV key to enviroment passed to patch_tox_env
* Sync latest install_venv_common.py with olso
* Allow tools/install_venv_common.py to be run from within the source directory
* Use install_venv_common.py from oslo
* Add restproxy.ini to config_path in setup.py
* Add metadata_agent.ini to config_path in setup.py
* Remove __init__.py from bin/ and tools/
* Use auth_token middleware in keystoneclient
* Add QUANTUM_ prefix for env used by quantum-debug
* Add eventlet_backdoor and threadgroup from openstack-common
* l3_nat_agent was renamed to l3_agent and this was missed
* Add build_sphinx options
* Change Resource.__call__() to not leak internal errors
* Add code-coverage support to run_tests.sh (lp860160)
* Introducting cheetah Updating list_nets in CLI Writing unit tests for list_nets Stubbing out with FakeConnection now
* force batch_config.py to use json, as XML has issues (see bug: 798262)
* update batch_config.py to use new client lib, hooray for deleting code
* persistence of l2network & ucs plugins using mysql - db_conn.ini - configuration details of making a connection to the database - db_test_plugin.py - contains abstraction methods for storing database values in a dict and unit test cases for DB testing - l2network_db.py - db methods for l2network models - l2network_models.py - class definitions for the l2 network tables - ucs_db.py - db methods for ucs models - ucs_models.py - class definition for the ucs tables dynamic loading of the 2nd layer plugin db\'s based on passed arguments Create, Delete, Get, Getall, Update database methods at - Quantum, L2Network and Ucs Unit test cases for create, delete, getall and update operations for L2Network and Ucs plugins pep8 checks done branch based off revision 34 plugin-framework
* merged the latest changes from plugin-framework branch - revision 39 conforming to the new cisco plugin directory structure and moving all db related modules into cisco/db folder updated db_test_plugin.py - added import of cisco constants module - added LOG.getLogger for logging component name - updated import module paths for l2network_models/db and ucs_models/db to use the new directory structure - updated (rearranged) imports section to obey openstack alphabetical placement convention updated db_conn.ini - updated database name from cisco_naas to quantum_l2network unit test cases ran successfully and pep8 checks done again
* fix bug 817826 and similar error in batch_config.py
* refactor batch_config, allow multiple attaches with the empty string
* Merging latest changes from parent repo - lp:network-service , Parent repo had approved merge proposal for merging lp:~santhom/network-service/quantum_testing_framework , which has now been merged into lp:network-service
* Merging pep8 and functional test related changes lp:~santhom/network-service/quantum_testing_framework branch
* add example to usage string for batch_config.py
Tue Sep 26 14:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev13:
* tempest: Add a missing resource\\_cleanup call
Fri May 26 14:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev12:
* strongswan: Use non-blocking version of ipsec up
* gate\\_hook: Add \"tempest\" case
Tue May 23 14:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev8:
* Updated from global requirements
Thu May 18 14:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev6:
* Enable vpnaas extension
* Update tox\\_install.sh for stable/ocata
* Update UPPER\\_CONSTRAINTS\\_FILE for stable/ocata
* Restore RPC after tenant\\_id -> project\\_id DB column rename
* Use DB field sizes instead of \\_MAX\\_LEN constants
* Validate peer\\_cidrs for ipsec\\_site\\_connections
* Add vpnaas conf to Q\\_PLUGIN\\_EXTRA\\_CONF\\_FILES
* Make tests resilient to new project\\_id field in API
* Use model\\_base from neutron-lib
* Readd tox\\_install NEUTRON\\_DIR
* Add debug output to tox\\_install.sh
* TrivialFix: Add validation for tenant\\_id
* Revert \"Update disable\\_ssl\\_certificate\\_validation reference\"
* Update disable\\_ssl\\_certificate\\_validation reference
* Use tempest.lib tenants\\_client
* Support local\\_id configuration
* VPNaaS: make use of neutron\\_lib exceptions
* Add an explicit BRANCH\\_NAME to tox\\_install.sh
* Consume \\_ from local \\_1i8n
* tox\\_install.sh: don\'t hide output from tox logs
* Fix a typo from UPPER\\_CONTRAINTS\\_FILE to UPPER\\_CONSTRAINTS\\_FILE
* Switch to internal \\_i18n pattern, as per oslo\\_i18n guidelines
* Prepare neutron \"use\\_namespaces\" option removal
* Set ZUUL\\_BRANCH using BRANCH if not available
* Remove references to router\\_delete\\_namespaces option in tests
* Switch to using neutron.common.utils:replace\\_file()
* Removed new=True argument from create\\_connection
* Remove root owned ipsec.secrets for ensure\\_configs
* Change ignore-errors to ignore\\_errors
* Exclude neutron\\_vpnaas/tests from coverage report
* Use ping assertions from net\\_utils in test\\_scenario
* Drop for \'tenant\\_id\' column for \'cisco\\_csr\\_identifier\\_map\' table
* Add cisco\\_csr\\_rest\\_client.py module for py34 support
* Add test\\_cisco\\_ipsec.py module for py34 support
* Rename a test method in test\\_ipsec.py
* script.py.mako: added license header and missing branch\\_labels
* Add test\\_netns\\_wrapper.py module for py34 support
* Register alembic\\_migrations at install time
* StrongSwanProcess: redefine DIALECT\\_MAP at class level
* adopt neutron.common.utils.ensure\\_dir
* Revert \"VPNaaS: Temporarily disable check\\_migration\"
* VPNaaS: Temporarily disable check\\_migration
* Remove dependency on config file for db check\\_migration
* Set vpn agent\'s agent\\_state[\'binary\'] attribute
* COMMON\\_PREFIXES cleanup - patch 4/5
* Use DvrEdgeRouter instead of decomposed DvrRouter in test\\_ipsec
* Switch to oslo\\_utils.uuidutils
* Resize cisco\\_csr\\_identifier\\_map.ipsec\\_site\\_conn\\_id
* Do not assume order of mounts in execute\\_with\\_mount
* Set owner of Q\\_VPN\\_CONF\\_FILE file to STACK\\_USER user
* gate-neutron-vpnaas-pep8 failing for test\\_cisco\\_ipsec.py
* Assign external\\_ip based on ip version of peer\\_address
* Add neutron-vpnaas/tests/unit/extensions/\\_\\_init\\_\\_
* Remove the reference for non-existent cisco.l3.plugging\\_drivers
* Fix up the import path for vyatta.common to use networking\\_brocade
* Remove remaining root\\_helper references
* Stop storing and passing root\\_helper
* Fix breakage caused by removing deprecated root\\_helper config in neutron
* Add index on tenant\\_id
* Fixed tests to use neutron\\_vpnaas extensions and neutrons
* Pass root\\_helper to ip\\_lib by keyword argument to prep for removal
* Added \\_\\_init\\_\\_.py so migrations can work
* Move classes out of l3\\_agent.py
* Fix python neutron path for neutron\\_vpnaas
* pretty\\_tox.sh: Portablity improvement
* test\\_dhcp\\_agent: Fix no-op tests
* Fix incorrect exception order in \\_execute\\_request
* Remove use\\_namespaces from RouterInfo Property
* Move disabling of metadata and ipv6\\_ra to \\_destroy\\_router\\_namespace
* Switch run-time import to using importutils.import\\_module
* mock.assert\\_called\\_once() is not a valid method
* Refactor \\_process\\_routers to handle a single router
* Remove all\\_routers argument from \\_process\\_routers
* Add requests\\_mock to test-requirements.txt
* Supply missing cisco\\_cfg\\_agent.ini file
* Remove reference to cisco\\_cfg\\_agent.ini from setup.cfg again
* Fix state\\_path in tests
* Do not assume order of new\\_peers list elements
* Remove reference to cisco\\_cfg\\_agent.ini from setup.cfg
* This patch changes the name of directory from mech\\_arista to arista
* Allow to import \\_LC, \\_LE, \\_LI and \\_LW functions directly
* Use auth\\_token from keystonemiddleware
* Change all occurences of no\\_delete to do\\_delete
* Remove reference to setuptools\\_git
* Moved rpc\\_compat.py code back into rpc.py
* Removed create\\_rpc\\_dispatcher methods
* Renamed consume\\_in\\_thread -> consume\\_in\\_threads
* Pass \'top\' to remove\\_rule so that rule matching succeeds
* Added missing core\\_plugins symbolic names
* Introduced rpc\\_compat.create\\_connection()
* Set ns\\_name in RouterInfo as attribute
* Fix usage of save\\_and\\_reraise\\_exception
* Bugfix and refactoring for ovs\\_lib flow methods
* Fix typo in service\\_drivers.ipsec
* Use save\\_and\\_reraise\\_exception when reraise exception
* Rename check\\_nvp\\_config utility tool
* Corrects broken format strings in check\\_i18n.py
* Add fwaas\\_driver.ini to setup.cfg
* Ensure get\\_pid\\_to\\_kill works with rootwrap script
* Fix import log\\_handler error with publish\\_errors set
* Fix access to lifetime dict in update\\_ipsecpolicy method
* Increase size of peer\\_address attribute in VPNaaS
* Install metering\\_agent.ini and vpn\\_agent.ini
* Enclose command args in with\\_venv.sh
* Verify MTU is valid for ipsec\\_site\\_connection
* Make ipsec\\_site\\_connection dpd\\_timeout == dpd\\_interval return 400
* Ignore pbr\\
*.egg directory
* Sync install\\_venv\\_common from oslo
* Rename agent\\_loadbalancer directory to loadbalancer
* Add \\
*.swo/swp to .gitignore
* Revert \"Fix ./run\\_tests.sh --pep8\"
* Fix ./run\\_tests.sh --pep8
* Add lbaas\\_agent files to setup.py
* Add VIRTUAL\\_ENV key to enviroment passed to patch\\_tox\\_env
* Sync latest install\\_venv\\_common.py with olso
* Allow tools/install\\_venv\\_common.py to be run from within the source directory
* Use install\\_venv\\_common.py from oslo
* Add restproxy.ini to config\\_path in setup.py
* Add metadata\\_agent.ini to config\\_path in setup.py
* Remove \\_\\_init\\_\\_.py from bin/ and tools/
* Use auth\\_token middleware in keystoneclient
* Add QUANTUM\\_ prefix for env used by quantum-debug
* Add eventlet\\_backdoor and threadgroup from openstack-common
* l3\\_nat\\_agent was renamed to l3\\_agent and this was missed
* Add build\\_sphinx options
* Change Resource.\\_\\_call\\_\\_() to not leak internal errors
* Add code-coverage support to run\\_tests.sh (lp860160)
* Introducting cheetah Updating list\\_nets in CLI Writing unit tests for list\\_nets Stubbing out with FakeConnection now
* force batch\\_config.py to use json, as XML has issues (see bug: 798262)
* update batch\\_config.py to use new client lib, hooray for deleting code
* persistence of l2network & ucs plugins using mysql - db\\_conn.ini - configuration details of making a connection to the database - db\\_test\\_plugin.py - contains abstraction methods for storing database values in a dict and unit test cases for DB testing - l2network\\_db.py - db methods for l2network models - l2network\\_models.py - class definitions for the l2 network tables - ucs\\_db.py - db methods for ucs models - ucs\\_models.py - class definition for the ucs tables dynamic loading of the 2nd layer plugin db\'s based on passed arguments Create, Delete, Get, Getall, Update database methods at - Quantum, L2Network and Ucs Unit test cases for create, delete, getall and update operations for L2Network and Ucs plugins pep8 checks done branch based off revision 34 plugin-framework
* merged the latest changes from plugin-framework branch - revision 39 conforming to the new cisco plugin directory structure and moving all db related modules into cisco/db folder updated db\\_test\\_plugin.py - added import of cisco constants module - added LOG.getLogger for logging component name - updated import module paths for l2network\\_models/db and ucs\\_models/db to use the new directory structure - updated (rearranged) imports section to obey openstack alphabetical placement convention updated db\\_conn.ini - updated database name from cisco\\_naas to quantum\\_l2network unit test cases ran successfully and pep8 checks done again
* fix bug 817826 and similar error in batch\\_config.py
* refactor batch\\_config, allow multiple attaches with the empty string
* Merging latest changes from parent repo - lp:network-service , Parent repo had approved merge proposal for merging lp:~santhom/network-service/quantum\\_testing\\_framework , which has now been merged into lp:network-service
* Merging pep8 and functional test related changes lp:~santhom/network-service/quantum\\_testing\\_framework branch
* add example to usage string for batch\\_config.py
Wed Apr 19 14:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev5:
* Remove subunit-trace fork
Sat Mar 18 13:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-10.0.1.dev4:
* Updated from global requirements
* Update tox_install.sh for stable/ocata
Mon Feb 20 13:00:00 2017 tbechtoldAATTsuse.com
- Switch to stable/ocata
Sat Jan 7 13:00:00 2017 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev32:
* Use CORE from neutron-lib
Tue Dec 27 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev30:
* Updated from global requirements
Sat Dec 24 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev29:
* Replace six.iteritems() with .items()
Wed Dec 14 13:00:00 2016 aplanasAATTsuse.com
- remove Wants from service files
Tue Dec 13 13:00:00 2016 tbechtoldAATTsuse.com
- Fix typo in service file
Wed Dec 7 13:00:00 2016 aplanasAATTsuse.com
- Set /var/run/neuton for temporal files
Wed Nov 30 13:00:00 2016 aplanasAATTsuse.com
- Switch to systemd service files
- Fix tmpfiles creation
Wed Nov 30 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev28:
* Use DB field sizes instead of _MAX_LEN constants
* Remove PLURALS
* Use ExtensionDescriptor from neutron-lib
Fri Nov 25 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev25:
* Switch to using plugins directory in lieu of neutron manager
Thu Nov 17 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev23:
* Add sha384 and sha512 auth algorithms for vendor drivers
Tue Nov 8 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev21:
* Updated from global requirements
Sat Nov 5 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev20:
* Updated from global requirements
Fri Oct 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev19:
* Updated from global requirements
* Imported Translations from Zanata
Tue Oct 25 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev16:
* Fix releasenotes index
* Updated from global requirements
Fri Oct 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev13:
* Validate peer_cidrs for ipsec_site_connections
Thu Oct 20 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev11:
* Fix a typo in vpnaas.filters,filters.template,and etc
* Remove FWaaS dependency in VPNaaS devstack plugin
Thu Oct 13 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev8:
* Updated from global requirements
Fri Oct 7 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev7:
* Enable release notes translation
Thu Sep 29 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev6:
* Updated from global requirements
Wed Sep 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev5:
* Fix import breakage in functional test
Mon Sep 26 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev4:
* Updated from global requirements
Thu Sep 22 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev3:
* Updated from global requirements
Wed Sep 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0rc2.dev2:
* Add vpnaas conf to Q_PLUGIN_EXTRA_CONF_FILES
* Update reno for stable/newton
9.0.0.0rc1
* Updated from global requirements
Thu Sep 15 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0b4.dev5:
* Tag the alembic migration revisions for Newton
Wed Sep 14 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0b4.dev4:
* Make tests resilient to new project_id field in API
Sat Sep 10 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0b4.dev3:
* Updated from global requirements
Wed Sep 7 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0b4.dev2:
9.0.0.0b3
* Add support for Guru Meditation Reports for VPNaaS agents
Fri Sep 2 14:00:00 2016 tbechtoldAATTsuse.com
- Update to version neutron-vpnaas-9.0.0.0b3.dev42:
* Use model_base from neutron-lib
* Readd tox_install NEUTRON_DIR
* Add debug output to tox_install.sh
* Use temporary directory for neutron install
* Move service plugin aliases from neutron to neutron-vpnaas
* Updated from global requirements
* Fix DeprecationWarnings part II
* Adding tests for endpoint-group api
* TrivialFix: Add validation for tenant_id
* TrivialFix: Cleanup imports in code
* Revert \"Update disable_ssl_certificate_validation reference\"
* Update disable_ssl_certificate_validation reference
* Strongswan: Fix incorrect strongswan auth algorithm sha256 symbol
* Constrain remaining tox targets
* Updated from global requirements
* Remove temporary local HasProject
* Fix DeprecationWarnings part I
* Enable DeprecationWarning in test environments
Fri Aug 26 14:00:00 2016 aplanasAATTsuse.com
- Revert generate PID file for systemd (bsc#991985)
Mon Aug 22 14:00:00 2016 aplanasAATTsuse.com
- Generate PID file for systemd (bsc#991985)
Thu Aug 11 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-9.0.0.0b3.dev14:
* Add connection API cases
* Updated from global requirements
* Update imports (common.config -> conf.common)
* Updated from global requirements
* Fix API Tests
* Add Libreswan installation guide in devstack.rst
* Drop Newton tag from DB migration
* Rename DB columns: tenant -> project
* Add migrations testing to VPNaaS functional jobs
9.0.0.0b2
* remove unused LOG
* Updated from global requirements
Thu Jul 7 14:00:00 2016 tbechtoldAATTsuse.com
- Rebased patches:
+ 0001-Use-strongswan-piddir-when-bind-mount-the-run-dir.patch dropped (merged upstream)
+ 0001-Copy-remove-the-strongswan.d-config-as-root.patch (merged upstream)
Thu Jul 7 14:00:00 2016 tbechtoldAATTsuse.com
- Update to version neutron-vpnaas-9.0.0.0b2.dev16:
* Fix VPNaaS functional tests
* Use tempest.lib tenants_client
* Replace tempest-lib to tempest in test-requirements.txt
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Use strongswan piddir as bind mount dir
9.0.0.0b1
* Copy/remove the strongswan.d config as root
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
Mon Jun 27 14:00:00 2016 jsuchomeAATTsuse.com
- Add systemd service macros (bnc#986415)
systemd v228 has a separate generator for generating the service
files from the init scripts, and daemon-reload is needed during
package installation
Mon May 30 14:00:00 2016 tbechtoldAATTsuse.com
- Add 0001-Copy-remove-the-strongswan.d-config-as-root.patch
Fri May 27 14:00:00 2016 tbechtoldAATTsuse.com
- add 0001-Use-strongswan-piddir-when-bind-mount-the-run-dir.patch
Fri May 27 14:00:00 2016 tbechtoldAATTsuse.com
- No longer create neutron-vpnaas user. Use the neutron user.
Fri May 27 14:00:00 2016 tbechtoldAATTsuse.com
- Require neutron
- Handle fwaas and l3 agent config files in initscript
- Use neutron-vpn-agent.log as logfile name
Fri May 27 14:00:00 2016 tbechtoldAATTsuse.com
- add Recommends for strongswan
Fri May 27 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.1.1.dev15:
* Updated from global requirements
Wed May 18 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.1.1.dev14:
* Updated from global requirements
Sat May 14 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.1.1.dev13:
* Fix grenade plugin
Wed May 11 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.1.1.dev11:
8.1.0
* Updated from global requirements
Tue May 10 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.1.dev22:
* Add grenade upgrade hooks to stop agent
* Set path for neutron conf dir in devstack if missing
Mon May 9 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.1.dev20:
* Support local_id configuration
* Switch to using hacking checks from neutron-lib
* Strongswan: complete the ipsec.conf
* Openswan/Libreswan: Check config changes before restart
* Updated from global requirements
* Don\'t use zuul-cloner for venv env, for periodic jobs
Tue Apr 19 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.1.dev10:
* Openswan/Libreswan: support sha256 for auth algorithm
* Fix doc build if git is absent
Wed Apr 13 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.1.dev6:
* Ensure that PK values don\'t default to NULL
* Arista ML2 Mechanism driver
* Copy the RHEL6 eventlet workaround from Oslo
* fix bug lp:1025526,update iniparser.py to accept empty value
* merged the latest changes from plugin-framework branch - revision 39 conforming to the new cisco plugin directory structure and moving all db related modules into cisco/db folder updated db_test_plugin.py - added import of cisco constants module - added LOG.getLogger for logging component name - updated import module paths for l2network_models/db and ucs_models/db to use the new directory structure - updated (rearranged) imports section to obey openstack alphabetical placement convention updated db_conn.ini - updated database name from cisco_naas to quantum_l2network unit test cases ran successfully and pep8 checks done again
* merge Salvatore\'s api branch with fixes for tests. Tweaking branch to remove unwanted bin/quantum.py as part of merge
* Merging pep8 and functional test related changes lp:~santhom/network-service/quantum_testing_framework branch
Sat Apr 9 14:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.1.dev4:
* Updated from global requirements
* OpenSwan: handle disconnect properly for multiple subnets
8.0.0
* Constraint requirements using mitaka upper-constraints.txt file
8.0.0.0rc2
* Update devstack plugin for dependent packages
* Update .gitreview for stable/mitaka
Tue Mar 22 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0rc2.dev3:
* VPNaaS returns 500 INTERNAL error with long names, descriptions
Thu Mar 17 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0rc2.dev2:
* Update devstack plugin for dependent packages
Thu Mar 17 13:00:00 2016 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0rc2.dev1:
* Update reno for stable/mitaka
8.0.0.0rc1
Wed Mar 16 13:00:00 2016 tbechtoldAATTsuse.com
- Set default service_provider in etc/neutron/neutron_vpnaas.conf
- Don\'t create and install /etc/neutron-vpnaas/ . It\'s not used
Mon Mar 14 13:00:00 2016 tbechtoldAATTsuse.com
- Update to version neutron-vpnaas-8.0.0.0b4.dev13:
* neutron-vpnaas fix for \'tox -e api\' test
* Tag the alembic migration revisions for Mitaka
* VPNaaS Fix bandit Jinja issue
* Move db migration added during Mitaka to proper directory
* Fix tox.ini constraints for post jobs
* Updated from global requirements
* Put py34 first in the env order of tox
* vyatta: added missing agent console script
8.0.0.0b3
* Track alembic heads
* Remove unused pngmath Sphinx extension
* VPNaaS: Cleanup constraints in tox.ini
* Updated from global requirements
* Updated from global requirements
* VPNaaS: make use of neutron_lib exceptions
* Updated from global requirements
* Use constraints on all targets
* Fix configure script for functional tests
* Switch from testr to ostestr
* Single/Multinode VPNaaS Scenario Tests using Rally
* Remove Foreign Key constraint during ALTER
* Add \"nonstandard-exception\" to .pylintrc
* Add VPNaaS API tests in neutron-vpnaas tree
* Add an explicit BRANCH_NAME to tox_install.sh
* Don\'t need builtins defined in tox.ini
* Update translation setup
* Updated from global requirements
* Consume _ from local _1i8n
* Updated from global requirements
8.0.0.0b2
* Clean up removed hacking rule from [flake8] ignore lists
* Add multi-node devstack support to VPNaaS
* Convert warnings to errors
* ipsec site connection status is blocked on \"DOWN\"
* Add constraints targets support for neutron-vpnaas
* Updated from global requirements
* Fix for the deprecated library function
* Updated from global requirements
* LOG.warn -> LOG.warning
* Make VPN endpoint groups aware from API
* Don\'t use constrained environment for functional tests
* Fix some inconsistency in docstrings
* Updated from global requirements
* tox_install.sh: don\'t hide output from tox logs
* Avoid duplicating tenant check when creating resources
* Fix a typo from UPPER_CONTRAINTS_FILE to UPPER_CONSTRAINTS_FILE
* Remove Neutron VPNaaS static example configuration files
- Adjust Requires
- Add new subpackage for Brocade Vyatta agent
Wed Dec 16 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev20:
* Setup for translation
* Deprecated tox -downloadcache option removed
Sat Dec 12 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev16:
* Automatically generate neutron VPNaaS configuration files
* Updated from global requirements
Fri Dec 11 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev13:
* Added constraints tox targets
Thu Dec 10 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev11:
* Updated from global requirements
Wed Dec 9 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev10:
* Fix db error when running python34 Unit tests
Sat Dec 5 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev9:
* Add reno for release notes management
Fri Dec 4 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.0b2.dev7:
* Remove pylint from the default list of tox targets
* Remove version from setup.cfg
8.0.0.0b1
* Fix wrong file name in setup.cfg
* Remove unused logging module import
Thu Dec 3 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev44:
* Fix pylint/astroid breakage
Mon Nov 30 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev43:
* Switch to internal _i18n pattern, as per oslo_i18n guidelines
Sun Nov 29 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev42:
* Updated from global requirements
Sat Nov 21 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev41:
* Prepare neutron \"use_namespaces\" option removal
Fri Nov 20 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev39:
* Updated from global requirements
* Don\'t add disabled ipsec connections to pluto
Thu Nov 19 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev36:
* Fix options for pluto per-peer logging
Wed Nov 18 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev34:
* Set ZUUL_BRANCH using BRANCH if not available
* Update list of modules supporting py34 tests
* Switch to using neutron.common.utils:replace_file()
Mon Nov 16 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev28:
* Updated from global requirements
Fri Nov 13 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev27:
* Updated from global requirements
* Set IPSec site connection Down if peer doesn\'t respond
* Don\'t assume the order of endpoints on get is the same as on create
* Removed new=True argument from create_connection
Fri Nov 6 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev20:
* VPNaaS: Remove unneeded test
* Support testing of multiple local subnets
Thu Nov 5 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev16:
* VPNaaS: Multiple Local Subnets feature
Fri Oct 30 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev14:
* Updated from global requirements
Wed Oct 28 13:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev13:
* Remove references to router_delete_namespaces option in tests
Wed Oct 21 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev12:
* Updated from global requirements
Mon Oct 19 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev11:
* Cleanup .ctl/.pid files for both OpenSwan and LibreSwan
* Updated from global requirements
Sat Oct 17 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev8:
7.0.0
* Add testresources used by oslo.db fixture
7.0.0.0rc2
* Tag the alembic migration revisions for Liberty
* Use stable/liberty branch for neutron dep
7.0.0.0rc1
* Update defaultbranch in .gitreview to stable/liberty
Fri Oct 16 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev64:
* Updated from global requirements
* Include VPN scenario test for two different tenants
* Include alembic versions directory to the package
Wed Oct 14 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev59:
* Add testresources used by oslo.db fixture
* Updated from global requirements
Sat Oct 10 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev56:
* Updated from global requirements
* Include scenario test for checking VPN status
* Remove root owned ipsec.secrets for ensure_configs
* Enable configuring LibreSwan in VPNaaS
Fri Oct 9 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev49:
* Fix argument order for assertEqual to (expected, observed)
Thu Oct 8 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev47:
* Updated from global requirements
* Include README.rst for rally tests
Sun Oct 4 14:00:00 2015 tbechtoldAATTsuse.com
- adjust Requires according to requirements.txt
Fri Oct 2 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev45:
* VPN Scenario tests using Rally
Wed Sep 30 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev44:
* Tag the alembic migration revisions for Liberty
* VPNaaS: Provide Endpoint groups capability
* Fix minor comment typos in VPNaaS
* Kill HEADS file
Tue Sep 29 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev37:
* Change ignore-errors to ignore_errors
Thu Sep 24 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-8.0.0.dev35:
* Open Mitaka development
* Added +x permission to gate hook scripts
Mon Sep 21 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev32:
* Updated from global requirements
* VPNaaS Scenario tests using Rally
* Make chown rootwrap filter ipsec.secrets file specific
* tox.ini: switch to --subproject for check-migration
* [OpenSwan] Enable usage of the MTU value of an IPSec connection
Wed Sep 16 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev22:
* Exclude neutron_vpnaas/tests from coverage report
Tue Sep 15 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev21:
* Use ping assertions from net_utils in test_scenario
* VPNaaS: Restore coverage operation
* Set owner to root for ipsec.secrets for LibreSwan
* Fix AH-ESP transform protocol in IPSec Policy
* Implement ModelMigrationSyncTest
* Drop for \'tenant_id\' column for \'cisco_csr_identifier_map\' table
* [DevStack] Fix StrongSwan setup on Fedora
Sat Sep 12 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev9:
* Support for VPN functional tests on Neutron commits
Thu Sep 10 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev7:
* Support VPNaaS with L3 HA
Wed Sep 9 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev6:
* Updated from global requirements
* Manage cleanup of .ctl/.pid files for LibreSwan
Mon Sep 7 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev3:
* Add cisco_csr_rest_client.py module for py34 support
Sun Sep 6 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b4.dev2:
7.0.0.0b3
* VPNaaS: DevRef for multiple local subnets
* Allow enabling detailed logging for OpenSwan
* Add test_cisco_ipsec.py module for py34 support
Thu Sep 3 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev42:
* Removing unused dependency: discover
Wed Sep 2 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev40:
* Remove fall-back logic to service provider registration
* Adopt the migration chaining and branch names from neutron
* Explictly set file mode on IPSec pre-shared key files
Mon Aug 31 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev35:
* VPNaaS: Splitting out models from database class
Sun Aug 30 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev33:
* Switch to using os-testr\'s copy of subunit2html
Sat Aug 29 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev31:
* VPNaaS: Use new service name for devstack plugin
Fri Aug 28 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev30:
* Fix UT fallout
Thu Aug 27 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev29:
* Register provider configuration with ServiceTypeManager
Wed Aug 26 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev27:
* Fix stale module import
Sun Aug 23 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev26:
* Add test_netns_wrapper.py module for py34 support
Fri Aug 21 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev24:
* Killed existing downgrade rules in migration scripts
Thu Aug 20 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev22:
* Updated from global requirements
* Rename a test method in test_ipsec.py
Wed Aug 19 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev19:
* Revert \"Remove default service provider from conf file\"
* Use oslo.log library instead of system logging module
Sat Aug 15 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev15:
* Remove default service provider from conf file
Fri Aug 14 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev13:
* script.py.mako: added license header and missing branch_labels
* VPNaaS: Store local side\'s tunnel IP for later retrieval
* Don\'t include encryption algorithm in phase2alg for the AH protocol
* StrongSwanProcess: redefine DIALECT_MAP at class level
Thu Aug 13 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev6:
* Updated from global requirements
* py34: Enable initial python34 testing for VPNaaS
* adopt neutron.common.utils.ensure_dir
Sat Aug 1 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b3.dev2:
* VPNaaS: Correcting method name for functional test
7.0.0.0b2
* py34: Fix usage of gettext.install
* Register alembic_migrations at install time
* Updated from global requirements
* migrations: rearrange the tree to support split migration phases
* Remove quantum untracked files from .gitignore
* Revert \"VPNaaS: Temporarily disable check_migration\"
* VPNaaS: Enable devstack plugin for tests
* VPNaaS DevStack Plugin support
* VPNaaS: Temporarily disable check_migration
* Scenario test for vpnaas: ipsec-site-connection
* Set vpn agent\'s agent_state[\'binary\'] attribute
* VPNaaS: Don\'t clone neutron automatically for tests
Sat Jul 25 14:00:00 2015 seife+obsAATTb1-systems.com
- fix spec file conditions for non-suse distributions
Thu Jul 9 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev11:
* Remove dependency on config file for db check_migration
* VPNaaS: Fix migration head
Tue Jul 7 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev9:
* COMMON_PREFIXES cleanup - patch 4/5
Fri Jul 3 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev7:
* Updated from global requirements
Thu Jul 2 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev6:
* VPNaaS: Fix another import due to Neutron change
Sat Jun 27 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev5:
* Fix breakage due to recent movements of Neutron modules
Fri Jun 26 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0b2.dev4:
* Switch to oslo.service
* Updated from global requirements
7.0.0.0b1
* Switch to oslo_utils.uuidutils
Thu Jun 25 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0a1.dev3:
* Use DvrEdgeRouter instead of decomposed DvrRouter in test_ipsec
Sat Jun 20 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0a1.dev2:
* Trim some unused test requirements
Thu Jun 18 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-7.0.0.0a1.dev1:
* Update version for Liberty
7.0.0a0
* Updated from global requirements
Sun Jun 14 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev44:
* Resize cisco_csr_identifier_map.ipsec_site_conn_id
* Updated from global requirements
Fri Jun 12 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev41:
* VPNaaS: And devref doc infrastructure
* VPNaaS: Enable pylint duplicate-key check
* Updated from global requirements
* Switch from MySQL-python to PyMySQL
Sun Jun 7 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev33:
* Set owner of Q_VPN_CONF_FILE file to STACK_USER user
Wed Jun 3 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev31:
* Updated from global requirements
* Enable random hash seeds
* Python 3: use six.iteritems instead of dict.items
Tue Jun 2 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev26:
* Do not assume order of mounts in execute_with_mount
Mon Jun 1 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev24:
* VPNaaS: Fix breakage in status reporting
Thu May 28 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev22:
* VPNaaS: Cleanup functional hook scripts
Thu May 28 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev20:
* Assign external_ip based on ip version of peer_address
Wed May 27 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev18:
* gate-neutron-vpnaas-pep8 failing for test_cisco_ipsec.py
Wed May 20 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev17:
* Updated from global requirements
* Add neutron-vpnaas/tests/unit/extensions/__init__
Sun May 17 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev14:
* VPNaaS: Revise functional test hooks
Fri May 15 14:00:00 2015 cloud-develAATTsuse.de
- Update to version neutron-vpnaas-2015.2.0.dev12:
* Remove contextlib.nested from tests
Fri May 8 14:00:00 2015 dmuellerAATTsuse.com
- Initial packaging