Nikolay Mahotkin f1b410e292 LBaaS packages contents moved to 'package' folder
* For consistency with other packages,
   LBaaS-interface package and HAProxy-based-LBaaS are moved
   to 'package' folder

Change-Id: I577f4c669a9c96b1c36f4a93bae14dc323e51d78
2016-08-01 17:55:20 +03:00

35 lines
976 B
Plaintext

CHANGES
=======
0.1
---
* Fixing ssl_info field in REST API
* Add exposing address field to listener
* Move setting default algo to driver
* Change the length of addres field
* Changing structure of ssl_info in listener model
* Adding an 'address' field to listener model
* Adding function to read config again
* Move db operations outside the drivers
* Allowing to use any driver name
* Adding new options for listeners
* Changing warning when creating a member
* Adding API spec to README.md
* Fixing update API
* Fixing update API
* Adding nested members dict into listener API
* Handle haproxy stop when listeners are absent
* Improving sample config
* Improving default_log_levels
* Clear config.sample from unused properties
* Remove unrelated naming
* Make delete API working
* Make update API working
* Get working creating API
* Partially implement haproxy driver
* Add driver mechanism for LBaaS
* Add alembic migrations
* Initial commit to lbaas
* Initial commit