Meeting time: 2016.June.21 1:00~2:00
Chairperson: Kirill Zaitsev, from Mirantis
Meeting summary:
1.Action Item Review
The mitaka backports are merged after stable/mitaka is unlocked.
Action: Nikolay_St check convergence on 2d CI host and enable it.
Links: https://etherpad.openstack.org/p/murano-stable-backports
2.Migration to Glance V2 API
Previously murano team try to use Glance API v2 in murano client,
but encountered a problem with `copy-from` operation which is not present in API v2 (the bug is assigned).
It's clear that glance community won't add 'copy-from' operation to V2 API.
To replace functionality of copy-from the following workaround can be used:
1) Download needed image to some temporarily space.
2) Upload it to image repository using glance v2 API.
It can open stream from given location and pass it to glance.
We wanted to implement it in glanceclient, but the idea was rejected.
When you use copy-from in glance v1 it doesn't store any data locally.
Link: https://blueprints.launchpad.net/murano/+spec/migrate-to-glance-v2
Action: kzaitsev_mb ask tsufiev/horizon team about the possibility to upload huge images without blocking the UI
Action: Nikolay_St kzaitsev_mb draft a spec with all the options we have considering swtiching from glance v1 to glance v2
3.Make murano-agent py34 job voting
Link: https://review.openstack.org/#/c/332093