[Yahoo-eng-team] [Bug 1863827] [NEW] cloud-init network config version 2 changes device name even I have match section and no name in match

2020-02-18 Thread GUO Larry
Public bug reported: Per the documentation here: https://cloudinit.readthedocs.io/en/18.5/topics/network-config-format-v2.html It reads: (for ethernet and wifi) "It is valid to specify no match rules at all, in which case the ID field is simply the interface name to be matched. This is mostly

[Yahoo-eng-team] [Bug 1837995] [NEW] "Unexpected API Error" when use "openstack usage show" command

2019-07-26 Thread GUO Larry
Public bug reported: Description === For a non-admin project, if you have instance launched. And try to query the usage information on GUI by clicking Overview or on CLI: openstack usage show I will got "Error: Unable to retrieve usage information." on GUI. and the following ERROR for

[Yahoo-eng-team] [Bug 1770326] [NEW] Can't Update Volume Status on dashboard if cinder volume stunk at reserved status

2018-05-10 Thread GUO Larry
Public bug reported: I am using Openstack Version Queens with CentOS7 OpenStack Horizon version: # rpm -qa | grep horizon puppet-horizon-12.4.0-1.el7.noarch python-django-horizon-13.0.0-1.el7.noarch several of my volumes stunk at reserved status for some reason. I tried to click "Update

[Yahoo-eng-team] [Bug 1644064] [NEW] sshd_config file permission changed to 644 if ssh_pwauth value is true or false

2016-11-22 Thread GUO Larry
Public bug reported: In my deploy image, the default permission of sshd_config file is 600. It always be changed to 644 after cloud-init run. After debug, it is caused by cloud-config item: ssh_pwauth: true The related code is: lines = [str(l) for l in new_lines]