IM version 1.7.0
- Add export and import functions in REST API: #598.
- Return correct URL path when IM is behind a nginx proxy (or similiar): #591.
- Fix error in case of Max contextualization time passed the nodes are maintained in running state: #587.
- Add availability_zone field in OpenStack conn: #585.
- Fix error showing error messages with special characters: #582.
- Fix error in occi connector in case of setting and slash at the end of the host URL: #583.
- Move FogBow connector to requests library: #574.
- Enable to reference an existing volume in OCCI conn: #571.
- Fix error Resources in Azure are not properly deleted and IM returns "successfully destroyed": #566.
- Fix error GCE conn assing public IPs to all VMs: #565.
- Fix error using vault recipe options with ubuntu 2.4: #562.
- Fix than user/pass credentials can access OpenID infras: #559.
- Enable to create an infrastructure async: #556.
- Return IM list in correct order (by creation): #558.
- Add TOSCA support por managing node Endpoints: #537.
- Fix error processing TOSCA node artifacts as lists: #531.
- Add TOSCA support for REST AlterVM function: #522.
- Add TOSCA support from INDIGO fork: #520.
- Add VM creation retry in conns: #372.
- Change the behaviour en case of VM launch failure: #369.
- Improve VM launch paralelism: #233.
Change in the DB schema in the case of MySQL DB. This command must be made
in the current DB:
ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST;