--------------- - Migrate to Django 1.9 - Add minimum schedule value validator. Now it is possible to set minimum time frame for resource schedule operations. - Drop django-gm2m dependency. - Replace django.conf.urls.patterns with list of urls. - Allow to define geolocation for service settings.
0.125.0
--------------- - Change external and internal ips to property. Force all models inherited from VirtualMachineMixin to define external and internal ips properties. - Remove name from service, service settings name is used instead. - Introduce and connect certification model to service settings.
0.124.0
--------------- - Logging cleanup. - Limit admin session life time to 1h by default, made it configurable. - Implemented penalized background task for reducing load from polling of services in down state.
0.123.0
--------------- - Allow user to define his token lifetime. - On update, instance is not returned in the old state anymore. - Move throttling tasks from openstack plugin into structure.
0.122.0
--------------- - Add field "domain" to service settings.
0.121.1
--------------- - Make actions metadata renderer more generic so that it can be used for support offering. - Allow to order customer and project users by concatenated name. - Improve Swagger schema generator.