zoukankan      html  css  js  c++  java
  • Murano Weekly Meeting 2015.09.15

    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.

       

  • 相关阅读:
    使用ALAssetsLibrary读取所有照片
    dispatch_after中时间的计算
    UICollectionView的header悬停
    ios侧滑返回:完美解决 interactivePopGestureRecognizer 卡住的问题
    自定义TabBar
    automaticallyAdjustsScrollViewInsets(UITextView文字顶部留有空白)
    kvo&kvc
    调用iPhone的短信
    Windows 10中Oracle数据库导出到Access数据库(MDB)
    HP Z620 Windows 7 系统安装(含磁盘阵列)
  • 原文地址:https://www.cnblogs.com/edisonxiang/p/4812416.html
Copyright © 2011-2022 走看看