Activity log for bug #1810278

Date Who What changed Old value New value Message
2019-01-02 08:50:35 Yang Youseok bug added bug
2019-01-02 08:52:58 Yang Youseok description It's more of question than a bug though, there is no clear mention about the issue, so I report it as bug. Most install documentation [1][2] has [keystone_authtoken] having password plugin. As an operator, what I was confused is that config file generated by generator does not have password plugin specific configuration. (e.g. auth_url / username / password ....) After digging the related codes, I finally understand why it happens and can add the options manually though. It's better to add the related options to list_opts() or at least add some documentation for the use case which means operators use generated config. Thanks [1]: https://docs.openstack.org/nova/latest/install/controller-install-ubuntu.html [2]: https://docs.openstack.org/glance/latest/install/install-ubuntu.html It's more of question than a bug though, there is no clear mention about the issue, so I report it as bug. Most install documentation [1][2] has [keystone_authtoken] having password plugin. As an operator, what I was confused is that config file generated by generator does not have password plugin specific configuration. (e.g. auth_url / username / password ....) After digging the related codes, I finally understand why it happens and can add the options manually though. I understand those plugin specific config is dynamically initialized so list_opts() does not care about them. But imho, It's better to add the related options to list_opts() or at least add some documentation for the use case which means operators use generated config. Thanks [1]: https://docs.openstack.org/nova/latest/install/controller-install-ubuntu.html [2]: https://docs.openstack.org/glance/latest/install/install-ubuntu.html
2019-01-28 17:01:44 Lance Bragstad keystonemiddleware: status New Confirmed
2019-01-28 17:01:46 Lance Bragstad keystonemiddleware: importance Undecided Low