Murano Weekly Meeting 2015.11.04
Meeting time: 2015.November.4th 1:00~2:00
Chairperson: Serg Melikyan, PTL from Mirantis
Meeting summary:
1.Tagging Liberty
PIC: Kirill Zaitsev
Desc: Murano is still in Liberty 1.0.0 version.
Kirill will try to tag stable branch 1.0.1 in this week,
and everything seems to be fine with it.
2.Jenkins Gate Changed
Desc: The gate-murano-devstack-dsvm is useless now for muranoclient patches verification, and will be disabled.
This work should be done in the openstack-infra/project-config project.
Links: https://review.openstack.org/#/c/241267/
https://review.openstack.org/#/c/240074/
3.Open Discussion
Links: https://blueprints.launchpad.net/murano/+spec/external-request-middleware
If we need to communicate with external API requests
which doesn't have specific OpenStack API headers we will encounter some errors.
New middleware will solve this issue by adding some minimal required headers for the request.
https://etherpad.openstack.org/p/murano-mitaka-contributors-meetup
These are almost about the Murano APIv2, and the integrations with the Glance and App-Catalog.
https://etherpad.openstack.org/p/TYO-app-catalog
This is new project from mirantis.
It provides App Store functions for Murano package, Heat template and Glance artifact.
App Store Address: http://apps.openstack.org/
https://etherpad.openstack.org/p/congress-mitaka-integrations
Murano has an agreement with the Congress to add Murano test functions to Tempest.
https://etherpad.openstack.org/p/mitaka-relmgt-process-changes
https://etherpad.openstack.org/p/mitaka-release-drop-pre-versioning
drop usage of setup.cfg and just use tags everywhere. ex.git.
Murano Weekly Meeting 2015.11.04的更多相关文章
- Murano Weekly Meeting 2015.08.04
Meeting time: 2015.August.4th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summa ...
- Murano Weekly Meeting 2015.11.11
Meeting time: 2015.November.11th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting su ...
- Murano Weekly Meeting 2015.08.11
Meeting time: 2015.August.11th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summ ...
- Murano Weekly Meeting 2015.09.22
Meeting time: 2015.September.22th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting s ...
- Murano Weekly Meeting 2015.09.15
Meeting time: 2015.September.15th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting s ...
- Murano Weekly Meeting 2015.09.01
Meeting time: 2015.September.1st 1:00~2:00 Chairperson: Nikolay Starodubtsev, from Mirantis Meeting ...
- Murano Weekly Meeting 2015.08.25
Meeting time: 2015.August.25th 1:00~2:00 Chairperson: Serg Melikyan, PTL from Mirantis Meeting summ ...
- Murano Weekly Meeting 2015.07.28
Meeting time: 2015.July.28th 1:00~2:00 Chairperson: Kirill Zaitsev, core from Mirantis Meeting summa ...
- Murano Weekly Meeting 2015.12.01
Meeting time: 2015.December.1st 1:00~2:00 Chairperson: Nikolay Starodubtsev, from Mirantis Meeting ...
随机推荐
- 利用using和try/finally语句来清理资源
使用非托管资源的类型必须实现IDisposable接口的Dispose()方法来精确的释放系统资源..Net环境的这一规则使得释放资源代码的职责 是类型的使用者,而不是类型或系统.因此,任何时候你在使 ...
- python 全局搜索路径
在~/.bachrc中添加 export PYTHONPATH=$PATHONPATH:[需要添加的路径]
- 抽象类(abstract)【转】
抽象类(abstract) abstract修饰符可以和类.方法.属性.索引器及事件一起使用.在类声明中使用abstract修饰符以指示某个类只能是其它类的基类.标记为抽象或包含在抽象类中的成员必须通 ...
- postgre教程
http://www.yiibai.com/html/postgresql/2013/080890.html
- C++: STL迭代器及迭代器失效问题
转载至:http://blog.csdn.net/wangshihui512/article/details/9791517 迭代器失效: 典型的迭代器失效. 首先对于vector而言,添加和删除操作 ...
- ASP.NET MVC 之各种jQuery提交模式实例
1.$.ajax提交 var _data = { "dictItemID": dictItemID, "itemType": itemType, "i ...
- .Net Core Api 使用版本控制
1,安装Microsoft.AspNetCore.Mvc.Versioning NET Core Mvc中,微软官方提供了一个可用的Api版本控制库Microsoft.AspNetCore.Mvc.V ...
- Python3 中hashlib及uuid的用法
Python3 中hashlib及uuid的用法: 可以生成随机ID import uuid import hashlib import time def creat_uuid(): return s ...
- idea 面板介绍
一.面板说明 IDEA面板的全貌如下图 二.菜单栏 下面会简单介绍下一些常用的部分菜单使用,如有疑问或补充欢迎留言. (1).File文件 1. New:新建一个工程 可以新建project,导入已存 ...
- codevs3027(dp)
题目链接: http://codevs.cn/problem/3027/ 题意: 中文题目诶~ 思路: dp 先给所有线段按照右端点值升序 sort 一下, 用 dp[i] 存储以第 i 条线段结尾的 ...