Thursday, 2015-05-21

*** shakamunyi has joined #openstack-dns00:04
*** nkinder has joined #openstack-dns00:24
*** shakamunyi has quit IRC00:29
*** ducttape_ has quit IRC00:31
*** kei_yama has quit IRC00:43
*** kei_yama has joined #openstack-dns00:43
*** ducttape_ has joined #openstack-dns00:48
*** ducttape_ has quit IRC00:49
*** chlong has quit IRC00:55
*** ducttape_ has joined #openstack-dns00:56
*** ducttape_ has quit IRC01:01
*** chlong has joined #openstack-dns01:12
*** shakamunyi has joined #openstack-dns01:16
*** nkinder has quit IRC01:24
*** shakamunyi has quit IRC01:26
*** serverascode has quit IRC01:48
*** serverascode has joined #openstack-dns01:49
*** stanzgy has joined #openstack-dns01:58
*** kei_yama has quit IRC02:11
*** kei_yama has joined #openstack-dns02:12
*** boris-42 has quit IRC02:58
*** chlong has quit IRC03:11
*** richm has quit IRC03:20
stanzgyCould anyone help review this patch? https://review.openstack.org/#/c/184432/03:44
*** chlong has joined #openstack-dns03:50
*** nihilifer has quit IRC05:11
*** jschwarz has joined #openstack-dns05:43
*** nihilifer has joined #openstack-dns06:19
*** HenryG has quit IRC06:43
*** andrewbogott_afk has quit IRC06:43
*** andrewbogott_afk has joined #openstack-dns06:43
*** HenryG has joined #openstack-dns06:44
*** hetii has joined #openstack-dns06:58
hetiihi:)06:58
*** jschwarz has quit IRC07:01
*** chlong has quit IRC07:39
hetiiI still have issue with designate, cannot list domain or create, get always EndpointNotFound08:24
hetiiany idea how to dig it why ?08:24
ekarlsohetii: hmmms, let's do a tmate session ?08:25
ekarlsoi'll help you look ..08:25
hetiiekarlso: unfortunate I cannot give access to this server for outside user but I can check wahtever you need or have idea to check08:28
ekarlsohetii: "designate --debug domain-list" < traceback08:28
hetiiekarlso: http://pastebin.ca/300663508:32
ekarlsohetii: I think I told u this yesterday but u need to create the designate endpoint without /v1 in it08:34
ekarlso| 74e345b4df584175aca969f34d7a073c | RegionOne |        http://xxx.xxx.xxx.xxx:9001/v1/         |        http://xxx.xxx.xxx.xxx:9001/v1/         |        http://xxx.xxx.xxx.xxx:9001/v1/         | 4d6e10ec2c204d149a02851f4967360a | < is what you have08:34
hetiiyes I try it also, without success08:34
ekarlsowhat error do you get with that then ?08:34
*** nihilifer has quit IRC08:35
hetiihere is the log from designate-api http://pastebin.ca/300663708:35
hetiiekarlso: it was the same08:35
stanzgyhetii: agreed with ekarlso, you shouldn't have 'v1' in endpoint url08:36
hetiiok, will change that08:36
hetiiwith / at the end or not?08:39
ekarlsowithout /v108:39
stanzgyhetii: with / at the end08:39
ekarlso+1 stanzgy08:41
hetiicurrent endpoints: http://pastebin.ca/300663908:42
stanzgyhetii: yea, seems good. any new errors?08:43
hetiithe same http://pastebin.ca/300664308:44
*** chlong has joined #openstack-dns08:44
hetiiI wonder why when I run designate cli I don`t see any activity in keystone-all screen08:46
hetiiI suppose he should connect with it first or ?08:46
stanzgywhat's your designate client environment variables? 'env|grep OS'08:47
hetiiOS_ENDPOINT=http://xxx.xxx.xxx.xxx:9001/v108:47
stanzgyhetii: you do not need to set OS_ENDPOINT in env. what's OS_REGION_NAME ?08:48
hetiiok I unset OS_ENDPOINT and OS_REGION_NAME was not set08:49
hetiiand still the same issue08:50
stanzgytry unset OS_ENDPOINT and set OS_REGION_NAME=RegionOne08:50
hetiinope, still the same08:50
ekarlsohetii: sigh..08:51
ekarlsohetii: can you do "set | grep ^OS" for me ?08:51
hetiiOSTYPE=linux-gnu08:52
hetiiOS_REGION_NAME=RegionOne08:52
stanzgyhetii: just these two?08:53
hetiiyes08:53
ekarlsohetii: .... you are missing OS_USERNAME and all that ..08:53
stanzgyhetii: ohhhhhh08:53
hetiiOk with variables I should set then ?08:54
stanzgyhetii: you need source a 'openrc' file before you using openstack client08:54
stanzgyhetii: here is a example 'openrc' file08:54
stanzgyOS_USERNAME=admin08:54
stanzgyOS_PASSWORD=admin08:54
stanzgyOS_TENANT_NAME=admin08:54
stanzgyOS_AUTH_URL=http://127.0.0.1:5000/v2.008:54
stanzgyOS_REGION_NAME=RegionOne08:54
stanzgyOS_NO_CACHE=108:55
stanzgyOS_IDENTITY_API_VERSION=2.008:55
*** nihilifer has joined #openstack-dns08:55
hetiiok I use devstack at this moment, ok will source his file and check whats will be added08:55
hetiiok now its look like http://pastebin.ca/300665008:57
stanzgyhetii: works now?08:57
hetiiand now I got Unauthorized: Invalid user / password (Disable debug mode to suppress these details.) (HTTP 401)08:58
hetiibut its at least something else then before :)08:58
stanzgyhetii: you should replace OS_TENANT_NAME/PASSWORD/USERNAME with your keystone account09:01
hetiiyep, I put there the admin account details like: http://pastebin.ca/3006658 and now I have connection09:02
ekarlsohetii: works or ?09:03
hetiiand when I call designate domain-create --name designate-example.com. --email designate@example.org i got now: ERROR: The requested action did not complete successfully09:03
hetii| Type  | no_servers_configured |09:03
hetiibut suppose its just issue with my fresh configuration of designate where server-list show nothing09:05
hetiiabout the issue with no endpoint I suggest that there should be raised some other error where OS_* variables are not set, otherwise its painful do guess what happens :)09:06
ekarlsoactually hetii I'm looking at that bug right now :p09:07
hetiiI see :)09:08
openstackgerritEndre Karlson proposed openstack/python-designateclient: V2 CLI Support  https://review.openstack.org/13367609:11
stanzgyekarlso: hi Endre, about yesterday discussion about basepython, later I tried set basepython=python2.7 and when run 'tox -epy34' it still pinned python to python2.7 instead of python3.409:12
stanzgyekarlso: you could see my comments for details09:13
ekarlsostanzgy: yeah, i'll look at that after this :)09:13
stanzgyekarlso: :D09:16
*** km has quit IRC09:41
*** km has joined #openstack-dns09:41
ekarlsohetii: what version of deignate client are you on ?09:48
ekarlsocan you do "designate --version" ?09:48
hetiidesignate 1.1.109:49
openstackgerritEndre Karlson proposed openstack/python-designateclient: Log a more informative error upon EndpointNotFound  https://review.openstack.org/18475410:02
ekarlso^ stanzgy10:03
stanzgy$ designate domain-list10:54
stanzgyERROR: No endpoint was found. Missing credentials?10:54
stanzgyekarlso: works good :P10:55
*** stanzgy has quit IRC10:59
hetiinow its more clear,but maybe some word about openrc file or something as a tip ?11:00
*** untriaged-bot has joined #openstack-dns11:02
untriaged-botUntriaged bugs so far:11:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145611511:02
openstackLaunchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy)11:02
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145508311:02
openstackLaunchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown)11:02
*** untriaged-bot has quit IRC11:02
*** ryanpetrello has quit IRC11:45
*** ryanpetrello has joined #openstack-dns11:47
*** HenryG has quit IRC11:47
*** HenryG has joined #openstack-dns11:50
*** chlong has quit IRC11:50
*** stanzgy has joined #openstack-dns11:51
*** chlong has joined #openstack-dns12:04
*** stanzgy has quit IRC12:05
ekarlsohetii: nah, since the openrc stuff can vary from user to user12:11
*** stanzgy has joined #openstack-dns12:11
*** richm has joined #openstack-dns12:17
hetiihmm as I see now I hve in my config rabbit_userid=my_user_name insdead his db id12:35
hetiiso how it is, should I use name of the use or his id ?12:36
ekarlsohetii: sorry what ?12:43
hetiiin the file /etc/designate/designate.conf in default secion about RabbitMQ Config there is rabbit_userid12:45
hetiiand it should be the id of the use or name of it ?12:45
ekarlsousername of the rmq user u have for designate12:47
*** iraw_ has joined #openstack-dns12:50
*** iraw_ has quit IRC12:53
*** CaptTofu_ is now known as CaptTofu12:55
openstackgerritEndre Karlson proposed openstack/python-designateclient: Log a more informative error upon EndpointNotFound  https://review.openstack.org/18475412:59
*** km has quit IRC13:01
*** andrewbogott_afk is now known as andrewbogott13:05
*** andrewbogott has joined #openstack-dns13:06
*** andrewbogott is now known as andrewbogott_afk13:06
*** andrewbogott_afk is now known as andrewbogott13:12
*** andrewbogott has joined #openstack-dns13:12
*** ducttape_ has joined #openstack-dns13:17
*** kei_yama has quit IRC13:23
*** marzif has quit IRC13:31
*** marzif has joined #openstack-dns13:33
*** ducttape_ has quit IRC13:34
hetiiin other server I see something like this: http://pastebin.ca/300675513:36
hetiibtw for service:central i set backend_driver = fake, where I can see logs from this driver ?13:38
*** stanzgy has quit IRC13:43
hetiihmm I update designateclient to version 1.2.0 and now I get such issue: http://pastebin.ca/300676313:47
*** hetii has quit IRC13:55
*** ducttape_ has joined #openstack-dns14:22
*** ducttape_ has quit IRC14:22
*** ducttape_ has joined #openstack-dns14:22
*** nihilifer has quit IRC14:30
*** ducttape_ has quit IRC14:31
*** jschwarz has joined #openstack-dns16:29
*** jmcbride has joined #openstack-dns16:34
*** ducttape_ has joined #openstack-dns16:54
ducttape_who has etherpad url please???16:57
timsimhttps://etherpad.openstack.org/p/designate-vancouver-session-516:58
*** untriaged-bot has joined #openstack-dns17:02
untriaged-botUntriaged bugs so far:17:02
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145611517:02
openstackLaunchpad bug 1456115 in Designate "DesignateContext.is_admin is false on admin tenant" [Undecided,In progress] - Assigned to stanzgy (stanzgy)17:02
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145508317:02
openstackLaunchpad bug 1455083 in python-designateclient "record create call ignores 'description' param" [Undecided,Incomplete] - Assigned to DIV (div-unknown)17:02
*** untriaged-bot has quit IRC17:02
*** jschwarz has quit IRC17:03
*** jmcbride has quit IRC17:32
*** ducttape_ has quit IRC17:34
*** sbadia has joined #openstack-dns17:48
*** dvorak is now known as clayton17:55
*** ducttape_ has joined #openstack-dns18:41
*** ryanpetrello has quit IRC18:46
*** ryanpetrello has joined #openstack-dns18:48
Kiallhttps://etherpad.openstack.org/p/designate-vancouver-session-618:48
*** Kiall has quit IRC19:28
*** jmcbride has joined #openstack-dns19:31
*** ducttape_ has quit IRC19:32
*** jmcbride has quit IRC19:34
*** jmcbride has joined #openstack-dns19:38
*** jmcbride has quit IRC20:16
*** boris-42 has joined #openstack-dns20:37
*** ducttape_ has joined #openstack-dns21:57
*** ducttape_ has quit IRC22:11
*** chlong has quit IRC22:23
*** mlavalle has joined #openstack-dns22:32
*** km has joined #openstack-dns23:13
*** chlong has joined #openstack-dns23:16
*** kei_yama has joined #openstack-dns23:24
*** mlavalle has quit IRC23:37

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