Tuesday, 2017-08-15

*** szaher has joined #refstack00:00
*** mtreinish has joined #refstack00:00
*** funzo has joined #refstack00:00
*** ekhugen has joined #refstack00:00
*** luzC has joined #refstack00:00
*** annegentle has joined #refstack00:00
*** mguiney has joined #refstack00:00
*** lifeless_ has joined #refstack00:00
*** catherineD has joined #refstack00:00
*** serverascode has joined #refstack00:00
*** eglute has joined #refstack00:00
*** andreaf has joined #refstack00:00
*** ekhugen_alt has joined #refstack00:00
*** tdasilva has joined #refstack00:00
*** hogepodge has joined #refstack00:00
*** mgagne has joined #refstack00:00
*** fungi has joined #refstack00:00
*** davidlenwell has joined #refstack00:00
*** fyxim has joined #refstack00:00
*** mrhillsman has joined #refstack00:00
*** tepper.freenode.net sets mode: +o davidlenwell00:00
*** markvoelker has quit IRC00:01
*** markvoelker has joined #refstack00:10
*** LindaWang has joined #refstack00:49
*** openstackgerrit has joined #refstack02:04
openstackgerritmegan guiney proposed openstack/refstack master: Create spec for optional subunit data import  https://review.openstack.org/48029802:04
*** annegentle has quit IRC02:23
*** markvoelker has quit IRC03:56
*** markvoelker has joined #refstack05:57
*** markvoelker has quit IRC06:30
*** markvoelker has joined #refstack07:28
*** markvoelker has quit IRC08:00
*** tdasilva has quit IRC08:18
*** lifeless_ is now known as lifeless08:56
*** markvoelker has joined #refstack08:57
*** markvoelker has quit IRC09:31
*** markvoelker has joined #refstack10:28
*** markvoelker has quit IRC11:00
*** markvoelker has joined #refstack11:57
*** markvoelker has quit IRC12:21
*** markvoelker has joined #refstack12:21
*** LindaWang has quit IRC12:50
*** LindaWang has joined #refstack13:41
*** LindaWang has quit IRC15:01
*** szaher has quit IRC17:38
*** pvaneck has joined #refstack18:09
*** tdasilva has joined #refstack18:25
openstackgerritMerged openstack/refstack-client master: Add python35 support  https://review.openstack.org/48399919:02
*** goldyfruit has joined #refstack21:09
goldyfruitHi guys21:09
goldyfruitI'm trying to run refstack but for some reasons, refstack is unable to get a token from keystone21:10
goldyfruit2017-08-15 21:05:37,684 refstack_client:318 WARNING Problems retrieving CPID from Keystone using v3 endpoint (http://10.161.70.100:5000/v3/auth/tokens) with error (Invalid request with error code: 401. Error message: The request you have made requires authentication.)21:10
goldyfruitI already used refstack on an another platform without any issue21:10
goldyfruitusing the master branch21:10
goldyfruitAnd I'm not hitting this issue: https://bugs.launchpad.net/refstack/+bug/155202521:11
openstackLaunchpad bug 1552025 in refstack "refstack_client.py gets username instead of tenant_name for project name when generating keystone data under v3 api" [High,Fix released] - Assigned to Charles Mholen Siloy (c-siloy)21:11
goldyfruitIn keystone logs I see the authentication failed21:11
goldyfruitIf I use my admin.rc file, everything is working as expected21:13
goldyfruitlike if the refstack client was not able to negotiate a token with keystone21:14
goldyfruitI'm running Mitaka21:14
goldyfruitI tried different commits of refstack client just in case but nothing changed :(21:16
goldyfruitMy keystone log21:23
goldyfruit2017-08-15 21:22:59.813 66 INFO keystone.common.wsgi [req-28e1548d-31c9-45c0-814d-7d50cefba89f - - - - -] POST http://10.161.70.100:5000/v3/auth/tokens21:23
goldyfruit2017-08-15 21:22:59.821 66 WARNING keystone.common.wsgi [req-28e1548d-31c9-45c0-814d-7d50cefba89f - - - - -] Authorization failed. The request you have made requires authentication. from 10.161.70.421:23
mguineyhave you generated a webtoken?21:25
mguiney(just running through some common issues i've run into)21:26
goldyfruitmguiney: what do you mean by webtoken ?21:27
goldyfruitThe web token would be for the upload, right ?21:28
goldyfruitI don't need that for the refstack running21:28
mguineyok. so. are you trying to set up a refstack server, or interface with one that already exists?21:33
goldyfruitFor now, just trying to run the tests21:36
goldyfruitrefstack-client test -c tempest.conf -v --test-list "https://refstack.openstack.org/api/v1/guidelines/2017.01/tests?target=platform&type=required&alias=true&flag=false"21:37
catherineDgoldyfruit: are you using the latest refstack-client?21:45
goldyfruitcatherineD: yep21:46
catherineDcould we take a quick look at your tempest.conf file ... pls remember to mask out your private info like user name password etc21:47
goldyfruitSure21:47
goldyfruitcatherineD: https://paste.api-zulu.com/ulotahawih.ini21:49
catherineDchecking21:50
goldyfruittempest is not able to get token too21:52
catherineDgoldyfruit: what are the users in your account file?  can we take a look at your account file (pls mask out your data) ?21:58
catherineDtempest.conf looks good21:58
goldyfruitcatherineD: https://paste.api-zulu.com/uxukitapaf.pl21:59
catherineDaccount files looks good ... except you do not specify the domain name so assume that the domain name is Default and project_domain_name is also Default ...22:02
goldyfruitthat's the case22:02
catherineDso you tested the connectivity with admin.rc22:02
goldyfruityep, with my admin.rc I have no issue22:03
catherineDwould you be able to create an rc file with user name refstack-1 and test the connectivity22:03
goldyfruitget token, list endpoints, images, networks, etc...22:03
goldyfruitcatherineD: I used tempest-account-generator to create the accounts22:05
catherineDso do you know whether the account (refstack-1) actually created?22:06
goldyfruitWhen I used the generator, it created account tempest-test_creds-917661900, etc... but no refstack-122:09
catherineDwith admin.rc what are user you can see when you do "openstack user list"22:11
goldyfruitsome users plus few test_creds-* account22:11
goldyfruitbut nothing related to refstack-122:11
catherineDthat is the reason for the failuer ... acccording to your account file ... you tell it to use user refstack-1, refstack-2, restack-3 to log in and run test22:12
catherineDbut your cloud does not have those users that is why it fails for authentication22:13
catherineDBTW for refstack test , you only need 1 user22:13
goldyfruithum, i though tempest account-generator was creating the accounts22:13
goldyfruitcatherineD: I'll check this track22:13
goldyfruitcatherineD: thanks for your help!22:14
catherineDit does not looks like so ...22:14
catherineDyw22:14
openstackgerritCatherine Diep proposed openstack/refstack-client master: Update default Tempest version to tag 16.1.0 (July 10, 2017)  https://review.openstack.org/49193622:44

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