Thursday, 2018-04-19

*** dave-mccowan has joined #openstack-rally01:37
*** ilbot3 has quit IRC01:46
*** Leo_m has quit IRC01:54
*** ilbot3 has joined #openstack-rally01:55
*** zhangfei has joined #openstack-rally01:55
*** harlowja_ has quit IRC02:53
*** harlowja has joined #openstack-rally03:22
*** harlowja has quit IRC04:52
*** e0ne has joined #openstack-rally05:27
*** itlinux has joined #openstack-rally06:02
*** itlinux has quit IRC06:09
*** itlinux has joined #openstack-rally06:12
*** pcaruana has joined #openstack-rally06:21
*** itlinux has quit IRC06:32
*** zhangfei has quit IRC06:36
*** itlinux has joined #openstack-rally06:37
*** zhangfei has joined #openstack-rally06:48
*** itlinux has quit IRC07:02
*** alexchadin has joined #openstack-rally07:02
*** tesseract has joined #openstack-rally07:10
*** dmellado has joined #openstack-rally07:32
*** rcernin has quit IRC07:33
*** pcaruana has quit IRC07:45
*** pcaruana has joined #openstack-rally07:46
*** tosky has joined #openstack-rally08:02
*** alexchadin has quit IRC08:13
*** itlinux has joined #openstack-rally08:28
*** serlex has joined #openstack-rally08:51
*** abalutoiu has joined #openstack-rally09:07
*** itlinux has quit IRC09:09
*** zhangfei has quit IRC09:35
*** mvk has quit IRC10:47
*** bhagyashris has joined #openstack-rally11:39
*** mvk has joined #openstack-rally11:44
*** vaidy has quit IRC11:57
bhagyashrisandreykurilin: Hi12:04
bhagyashrisandreykurilin: I just want to discuss regarding the bug https://bugs.launchpad.net/python-novaclient/+bug/1659015 i mean i am not clear about this can you please explain more about the same, and how to reproduce this?12:05
openstackLaunchpad bug 1659015 in python-novaclient "[CLI] Token authentication is broken" [Undecided,In progress] - Assigned to Andrey Kurilin (andreykurilin)12:05
*** vaidy has joined #openstack-rally12:12
andreykurilinbhagyashris: hi! see commented functional test here - https://review.openstack.org/#/c/424256/17/novaclient/tests/functional/test_auth.py12:13
bhagyashrisandreykurilin: ok means all that flag are not supported by current python-novaclient and patch  https://review.openstack.org/#/c/424256/17 is supporting all this client am i right?12:18
andreykurilinbhagyashris: yes. flag --os-token was broken for a long time(years?!). This patch should fix the issue12:19
*** yamamoto_ has quit IRC12:21
bhagyashrisandreykurilin: actually on current python-novaclient I have hit this command  nova --debug --os-token gAAAAABa2Ii5dDc9WKByWEJYXApVdWGaW5HafDt8Vhcf5FItH3pmPcM list and got error: argument <subcommand>: invalid choice:12:23
bhagyashrisandreykurilin: and I have also applied the patch  https://review.openstack.org/#/c/424256/17 and checked the same thing as above ^ but got the same error12:24
andreykurilincan you post the whole error?12:24
*** yamamoto has joined #openstack-rally12:27
bhagyashrisusage: nova [--version] [--debug] [--os-cache] [--timings]12:29
bhagyashris            [--os-region-name <region-name>] [--service-type <service-type>]12:29
bhagyashris            [--service-name <service-name>]12:29
bhagyashris            [--os-endpoint-type <endpoint-type>]12:29
bhagyashris            [--os-compute-api-version <compute-api-ver>]12:29
bhagyashris            [--endpoint-override <bypass-url>] [--profile HMAC_KEY]12:29
bhagyashris            [--insecure] [--os-cacert <ca-certificate>]12:29
bhagyashris            [--os-cert <certificate>] [--os-key <key>] [--timeout <seconds>]12:29
bhagyashris            [--os-auth-type <name>] [--os-auth-url OS_AUTH_URL]12:30
bhagyashris            [--os-system-scope OS_SYSTEM_SCOPE] [--os-domain-id OS_DOMAIN_ID]12:30
bhagyashris            [--os-domain-name OS_DOMAIN_NAME] [--os-project-id OS_PROJECT_ID]12:30
bhagyashris            [--os-project-name OS_PROJECT_NAME]12:30
bhagyashris            [--os-project-domain-id OS_PROJECT_DOMAIN_ID]12:30
bhagyashris            [--os-project-domain-name OS_PROJECT_DOMAIN_NAME]12:30
bhagyashris            [--os-trust-id OS_TRUST_ID]12:30
bhagyashris            [--os-default-domain-id OS_DEFAULT_DOMAIN_ID]12:30
bhagyashris            [--os-default-domain-name OS_DEFAULT_DOMAIN_NAME]12:30
bhagyashris            [--os-user-id OS_USER_ID] [--os-username OS_USERNAME]12:30
bhagyashris            [--os-user-domain-id OS_USER_DOMAIN_ID]12:30
bhagyashris            [--os-user-domain-name OS_USER_DOMAIN_NAME]12:30
bhagyashris            [--os-password OS_PASSWORD]12:30
bhagyashris            <subcommand> ...12:30
bhagyashriserror: argument <subcommand>: invalid choice: u'gAAAAABa2Ii5dDc9WKByWEJYXApVdWGaW5HafDt8Vhcf5FItH3pmPcMW6mp5Ch9X61R0Hfg9dSoGIHoKIhs5abVf-fR54neAYDlQkLIzMgA0FLUTysTbpzUb6LgwbtMX2vp8QRMpTbNfykrAH_xk7yQxoChH9hIPIweN_6wbjZ5eBvEKzroaMlU'12:30
bhagyashrisTry 'nova help ' for more information.12:30
bhagyashrisandreykurilin: ^12:30
*** e0ne has quit IRC12:40
andreykurilinstrange12:41
andreykurilinwhat do you have in env  vars? `env | grep OS_`12:42
bhagyashrisOS_PROJECT_DOMAIN_ID=default12:48
bhagyashrisOS_REGION_NAME=RegionOne12:48
bhagyashrisOS_USER_DOMAIN_ID=default12:48
bhagyashrisOS_PROJECT_NAME=admin12:48
bhagyashrisOS_IDENTITY_API_VERSION=312:48
bhagyashrisOS_PASSWORD=admin12:48
bhagyashrisOS_AUTH_TYPE=password12:48
bhagyashrisOS_AUTH_URL=http://10.232.48.200/identity12:48
bhagyashrisOS_USERNAME=admin12:48
bhagyashrisOS_TENANT_NAME=admin12:49
andreykurilin`OS_AUTH_TYPE=password`12:49
bhagyashrisOS_VOLUME_API_VERSION=212:49
bhagyashrisLESSCLOSE=/usr/bin/lesspipe %s %s12:49
andreykurilinthis is the issue12:49
andreykurilinit forces keystoneauth to add only --os-password option to CLI12:49
andreykurilinthat is why --os-token become unavailable12:49
bhagyashristhen which value should be required there12:49
bhagyashrisok means we should not set the OS_AUTH_TYPE12:50
bhagyashristhen it will work right12:50
andreykurilinif you change OS_AUTH_TYPE to "token", everything should work. or you can call `nova --os-auth-type token --os-token SOME_TOKEN list`12:50
bhagyashrisohh ok12:52
bhagyashrisand is this two bugs are same https://bugs.launchpad.net/python-novaclient/+bug/1744118 https://bugs.launchpad.net/python-novaclient/+bug/165901512:52
openstackLaunchpad bug 1744118 in python-novaclient "Arguments not initialized if unsupported by keystoneauth plugin" [Medium,Confirmed]12:52
openstackLaunchpad bug 1659015 in python-novaclient "[CLI] Token authentication is broken" [Undecided,In progress] - Assigned to Andrey Kurilin (andreykurilin)12:52
andreykurilinthey are different. the second one(1659015) is about authentification via token which is a default behaviour supported. The first one(1744118) is about using non-default auth types provided by external code12:55
*** e0ne has joined #openstack-rally12:59
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: [wip] basic job for rally-verify  https://review.openstack.org/54896613:00
*** e0ne_ has joined #openstack-rally13:17
*** e0ne has quit IRC13:20
bhagyashrisandreykurilin: just for curiosity how the non-default auth types is passed13:21
bhagyashrismeans as mentioned in the bug the os-auth-type is rackspace_apikey13:22
andreykurilinthere are   `--os-auth-type <name>, --os-auth-plugin <name> Authentication type to use` options13:23
*** zhangfei has joined #openstack-rally13:25
openstackgerritAndrey Kurilin proposed openstack/rally master: [docs] Use proper reference for openstack plugins  https://review.openstack.org/56258513:39
*** serlex has quit IRC13:44
*** juhak has quit IRC13:52
*** juhak has joined #openstack-rally13:52
openstackgerritMerged openstack/rally master: Fix obtaining env spec in case of old deployment format  https://review.openstack.org/56044914:09
openstackgerritAndrey Kurilin proposed openstack/rally-openstack master: [wip] basic job for rally-verify  https://review.openstack.org/54896614:10
openstackgerritchenxu proposed openstack/rally master: Improve resource cleaning mechanism  https://review.openstack.org/55854914:32
openstackgerritAndrey Kurilin proposed openstack/rally master: [docs] Use proper reference for openstack plugins  https://review.openstack.org/56258514:52
*** zhangfei has quit IRC15:06
*** yamamoto has quit IRC15:13
*** yamamoto has joined #openstack-rally15:14
*** yamamoto has quit IRC15:19
*** yamamoto has joined #openstack-rally15:34
*** mvk has quit IRC15:59
*** pcaruana has quit IRC16:03
*** itlinux has joined #openstack-rally16:19
*** mvk has joined #openstack-rally16:25
*** Leo_m has joined #openstack-rally16:49
*** Leo_m has quit IRC16:54
*** Leo_m has joined #openstack-rally17:02
*** itlinux has quit IRC17:02
*** e0ne has joined #openstack-rally17:12
*** e0ne_ has quit IRC17:15
*** yamamoto has quit IRC17:20
*** mvk has quit IRC17:52
*** e0ne has quit IRC17:54
*** yamamoto has joined #openstack-rally18:20
*** yamamoto has quit IRC18:30
*** e0ne has joined #openstack-rally18:47
*** tesseract has quit IRC18:55
openstackgerritMerged openstack/rally master: [docs] Use proper reference for openstack plugins  https://review.openstack.org/56258519:04
*** harlowja has joined #openstack-rally20:03
*** e0ne has quit IRC20:07
*** tosky has quit IRC20:15
*** tosky has joined #openstack-rally20:16
*** e0ne has joined #openstack-rally20:19
*** itlinux has joined #openstack-rally20:36
*** itlinux has quit IRC20:41
*** e0ne has quit IRC21:10
*** yamamoto has joined #openstack-rally21:49
*** mvk has joined #openstack-rally22:24
*** rcernin has joined #openstack-rally22:30
*** tosky has quit IRC23:10

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!