Murano Weekly Meeting 2016.07.05
Meeting time: 2016.July.05 1:00~2:00
Chairperson: Kirill Zaitsev, from Mirantis
Meeting summary:
1.Upgrade to Glance V2
Problem:
There is no copy-from functionality in glance v2 API.
This poses UI problems to murano client,
that downloads images automagically from a.o.o, required by certain packages.
Since images can be huge and latency can be an issue
even for images of sever hundreds of Mb.
Solution:
Nikolay_St kzaitsev_mb draft a spec with all the options
we have considering swtiching from glance v1 to glance v2.
So far forking a bg process seems like the most viable option to me.
Link: https://etherpad.openstack.org/p/murano-glance-v2
2.Increase murano unit test converage
Increase murano unit test coverage to 95%.
Link: https://blueprints.launchpad.net/murano/+spec/murano-unit-test-coverage
Action: kzaitsev_mb clarify with the release-team versioning of milestones
and full releases of murano-agent ETA: N2
3.Open Discussion
Link: https://etherpad.openstack.org/p/murano-stable-backports
Murano Weekly Meeting 2016.07.05的更多相关文章
- Murano Weekly Meeting 2016.07.19
		
Meeting time: 2016.July.19 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
 - Murano Weekly Meeting 2016.07.12
		
Meeting time: 2016.July.12 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1. ...
 - Murano Weekly Meeting 2016.07.26
		
Meeting time: 2016.July.26 1:00~2:00 Chairperson: Nikolay_St, from Mirantis Meeting summary: 1.Masc ...
 - Murano Weekly Meeting 2016.06.07
		
Meeting time: 2016.June.7 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...
 - Murano Weekly Meeting 2016.05.31
		
Meeting time: 2016.May.31 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...
 - Murano Weekly Meeting 2016.05.24
		
Meeting time: 2016.May.24 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1.A ...
 - Murano Weekly Meeting 2016.05.17
		
Meeting time: 2016.May.17 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: 1 ...
 - Murano Weekly Meeting 2016.05.10
		
Meeting time: 2016.May.10 1:00~2:00 Chairperson: Serg Melikyan, from Mirantis Meeting summary: 1. m ...
 - Murano Weekly Meeting 2016.08.23
		
Meeting time: 2016.August.23 1:00~2:00 Chairperson: Kirill Zaitsev, from Mirantis Meeting summary: ...
 
随机推荐
- build linaro 4.8 on ubuntu 12.04 64bit
			
安装必要的软件 sudo apt-get build-dep gcc binutils gdb sudo apt-get install curl gawk sudo apt-get install ...
 - HTTP  协议 -- 浏览器缓存机制
			
浏览器缓存机制 浏览器缓存机制主要是 HTTP 协议定义的缓存机制. HTTP 协议中有关缓存的缓存信息头的关键字有 Cache-Control,Pragma,Expires,Last-Modifie ...
 - 通过委托更新UI(异步加载)
			
来自:http://blog.csdn.net/gongzhe2011/article/details/27351853 using System.Windows.Forms; using Syste ...
 - 添加节点至XML文档中去
			
不管是<怎样创建XML文档> http://www.cnblogs.com/insus/p/3276944.html还是<泛型List<T>转存为XML文档> ht ...
 - javascript  javascript加载类似星座、血型的函数
			
javascript加载类似星座.血型的函数 //加载血型 function bloodtypelaod(constellation) { var obj = document.getElement ...
 - jmeter:dubbo接口测试
			
最近工作中接到一个需求,需要对一个MQ消息队列进行性能测试,测试其消费能力,开发提供了一个dubbo服务来供我调用发送消息. 这篇博客,介绍下如何利用jmeter来测试dubbo接口,并进行性能测试. ...
 - Python的__getattr__方法学习
			
内容部分来自网络 __getattr__函数的作用: 如果属性查找(attribute lookup)在实例以及对应的类中(通过__dict__)失败, 那么会调用到类的__getattr__函数: ...
 - AOP切点相关
			
1.切点定义 切点定义包含两个部分 一个切入点表达式 一个包含名字和任意参数的方法签名 package com.sysker.aspect; import org.aspectj.lang.annot ...
 - 大众点评CAT开源监控系统剖析
			
参考文档: 大众点评的实时监控系统分析(一) CAT_source_analyze 透过CAT,来看分布式实时监控系统的设计与实现 深度剖析开源分布式监控CAT [分布式监控CAT] Client端源 ...
 - Jquery学习理解 (课堂)
			
Jquary概述 3 1.Jquary简介 3 1.1什么是jquery 3 2.使用jquary 4 2.1浏览器如何解析HTML文件 4 2.2利用选择器定位节点 4 2.3调用方法操作节点 5 ...