[Yahoo-eng-team] [Bug 1809842] [NEW] openstack_dashboard UT loads openstack_dashboard.settings

2018-12-26 Thread Akihiro Motoki
Public bug reported: In the openstack_dashboard unit tests, openstack_dashboard.settings is loaded unexpectedly. As side effect of this, files under openstack_dashboard/local are loaded and UT can fail if horizon plugins are configured. UT should depend on openstack_dashboard.test.settings only.

[Yahoo-eng-team] [Bug 1614287] Re: Column name does not fit properly in table header cell

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/625841 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d6217b3e6300e4d117515317beabe5462ff15bc6 Submitter: Zuul Branch:master commit d6217b3e6300e4d117515317beabe5462ff15bc6 Author: manchandavishal Date: Tue Dec 18 09:05:24 201

[Yahoo-eng-team] [Bug 1804374] Re: in Create network page, the step page content disappears

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/619158 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0cf4df4a6ffada9c2c4e47a252f881603e045d70 Submitter: Zuul Branch:master commit 0cf4df4a6ffada9c2c4e47a252f881603e045d70 Author: pengyuesheng Date: Wed Nov 21 15:14:53 2018 +

[Yahoo-eng-team] [Bug 1792524] Fix merged to horizon (master)

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/602554 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d66df58e2d18bc01b1f04d66d19446f06e01a8d5 Submitter: Zuul Branch:master commit d66df58e2d18bc01b1f04d66d19446f06e01a8d5 Author: David Gutman Date: Thu Sep 13 16:01:42 2018 +

[Yahoo-eng-team] [Bug 1798380] Re: password_expires_at attribute is not supported

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/622602 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7b5e2324479f317227b0b14f126bd900f0b52c19 Submitter: Zuul Branch:master commit 7b5e2324479f317227b0b14f126bd900f0b52c19 Author: Costeijn Kuhlmann Date: Tue Dec 4 22:17:51 20

[Yahoo-eng-team] [Bug 1806342] Re: Table header checkbox problem after searching on page

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/621499 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=10ec5d517ebee4bffaf68874bbe383ee4a9d1d38 Submitter: Zuul Branch:master commit 10ec5d517ebee4bffaf68874bbe383ee4a9d1d38 Author: Wangliangyu Date: Mon Dec 3 15:45:47 2018 +08

[Yahoo-eng-team] [Bug 1809812] [NEW] Minor Fix Required : Doc : Rocky Verify operation in nova

2018-12-26 Thread Sandeep Rao
Public bug reported: - [X] This doc is inaccurate in this way: "Note" states "This output should indicate three service components enabled on the controller node and one service component enabled on the compute node." Whereas nova-consoleauth is one of the service entry which may not be liste

[Yahoo-eng-team] [Bug 1809462] Re: Glance image conversion cannot convert to vmdk

2018-12-26 Thread OpenStack Infra
Reviewed: https://review.openstack.org/626905 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=a22f02b653399bc495b85db1d6106c0e790edfe7 Submitter: Zuul Branch:master commit a22f02b653399bc495b85db1d6106c0e790edfe7 Author: Brian Rosmaita Date: Fri Dec 21 09:29:17 2018

[Yahoo-eng-team] [Bug 1809780] [NEW] no_log_init don't work

2018-12-26 Thread j0ck1e
Public bug reported: ```yaml users: - name: root no_log_init: false ``` virt-sysprep deleted faillog and lastlog by default I want to initialize lastlog and faillog, but not working ** Affects: cloud-init Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1809778] [NEW] keystone-manage should catch unexpected exception

2018-12-26 Thread Yang Youseok
Public bug reported: keystone-manage command of db_sync (and also other commands) currently does not catch any exception at cmd_class.main(). It makes operator very confusing when db_sync is failed since it does not emit any message at all. I think at the end of the main() in keystone/cmd/cli.py,

[Yahoo-eng-team] [Bug 1809777] [NEW] keystone-manage should catch unexpected exception

2018-12-26 Thread Yang Youseok
Public bug reported: keystone-manage command of db_sync (and also other commands) currently does not catch any exception at cmd_class.main(). It makes operator very confusing when db_sync is failed since it does not emit any message at all. I think at the end of the main() in keystone/cmd/cli.py,

[Yahoo-eng-team] [Bug 1809779] [NEW] keystone-manage should catch unexpected exception

2018-12-26 Thread Yang Youseok
Public bug reported: keystone-manage command of db_sync (and also other commands) currently does not catch any exception at cmd_class.main(). It makes operator very confusing when db_sync is failed since it does not emit any message at all. I think at the end of the main() in keystone/cmd/cli.py,