Meeting time:   2015.September.15th 1:00~2:00

Chairperson:    Serg Melikyan, PTL from Mirantis

Meeting summary:

1.OpenStack Support SIGHUP signal

   PIC:   Alexander Tivelkov 

Desc:   The SIGNUP signal is a message existed in Unix and Linux.

      For example,  if the parent process is killed by someone else,

      and the child processes will receive the SiGHUP signal.  

      The default processing of the SIGHUP signal is to terminate the process of receiving the signal.

      So if the program does not capture the signal, when the signal is received, the process will exit.

 Link:   https://bugs.launchpad.net/murano/+bug/1276694

 Status:   Glance,Keystone,nova,Sahara,heat,neutron and murano have joined this bug fix.

      But the implementation will require us to do some housekeeping related to oslo_service usage in our code.

      it will take a lot of time and however this will be kind of a big change

        in terms of reviews and the need to test in various scenarios.

 Agreed:  Fix https://bugs.launchpad.net/murano/+bug/1276694 but do not merge it in Liberty.

2.Murano Summary

        The Murano team is turn to release the murano liberty-rc(Release Candidate)1 version.

     The project is nearing the end of the cycle and stable/Liberty would be released soon.

       Everyone is busy fixing bugs.

3.Weekly Work

        After setting up the latest OpenStack version,

       By  testing  the Murano DashBoard, I find one bug about unicode characters.

     This bug has already be merged into the Master branch.

   

最新文章

  1. NSUserDefaults:熟悉与陌生(转)
  2. wireshark长时间抓包分多个文件
  3. 通过微软的cors类库,让ASP.NET Web API 支持 CORS
  4. 51Node 1364--- 最大字典序排列(树状数组)
  5. cannot change version web module 3.0
  6. [ssc] 数据库管理工具——SQuirreL SQL Client使用入门
  7. 166. Fraction to Recurring Decimal -- 将除法的商表示成字符串(循环节用括号表示)
  8. [转]天龙八部的BillingServer
  9. Apache Hadoop压缩包与Eclipse结合,导入jar包归整总结(手动)
  10. forward_list例子
  11. 减少芯片失效:芯片焊接(die Attach)工艺优化
  12. hdu 2203亲和串 (kmp)
  13. GitBash学习1
  14. 使用poi导出数据到excel
  15. python内存回收的问题
  16. 使用docker部署springboot应用
  17. 牛客练习赛35 C.函数的魔法
  18. 【译】Apache Kafka支持单集群20万分区
  19. typeof() 和 GetType()区是什么
  20. day 05JVM和深入理解java虚拟机

热门文章

  1. 在RobotFramework--RIDE中把日期转化为整型进行运算
  2. HBase - 安装过程中的问题
  3. Java泛型<>内各种参数的异同
  4. iOS端VR视频播放(转自简书http://www.jianshu.com/p/1ee1a0d1d320)
  5. .net mvc 框架实现后台管理系统 3
  6. 商品录入功能v1.0【持续优化中...】
  7. Android点击事件(click button)的四种写法
  8. Linux不同发型版本(Debian REHL)与软件包管理器(RPM dpkg)的概念
  9. P2596 [ZJOI2006]书架(splay)
  10. codeforces 620D Professor GukiZ and Two Arrays