Wednesday, 2015-05-20

openstackgerritJeremy Stanley proposed openstack/designate: Switch from MySQL-python to PyMySQL  https://review.openstack.org/18437101:07
*** stanzgy has joined #openstack-dns01:41
*** stanzgy has quit IRC01:55
*** stanzgy has joined #openstack-dns01:55
*** stanzgy has quit IRC02:44
*** stanzgy has joined #openstack-dns02:44
*** richm has quit IRC04:39
*** richm has joined #openstack-dns04:54
*** chlong_ has quit IRC05:03
*** richm has quit IRC05:05
*** chlong_ has joined #openstack-dns05:17
*** chlong_ has quit IRC06:09
*** chlong has joined #openstack-dns06:31
*** nihilifer_ has joined #openstack-dns06:37
*** hetii has joined #openstack-dns07:10
hetiiHi07:10
*** chlong has quit IRC07:37
*** nihilifer_ has quit IRC07:39
openstackgerritstanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant  https://review.openstack.org/18443208:18
stanzgyhetii: hello08:32
openstackgerritstanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant  https://review.openstack.org/18443208:33
ekarlsomorniong :)08:34
stanzgyekarlso: it's near sunset here, xD08:35
stanzgyekarlso: hi, about this patch, I don't think it's necessary to set basepython since tox could already handle multi python versions now.08:42
stanzgyhttps://review.openstack.org/#/c/184049/08:42
ekarlsostanzgy: actually you are wrong :)08:57
ekarlsobecause if you dont provide it tox is picking py3.x08:57
ekarlsoi'll file a ubg :)08:57
*** nihilifer_ has joined #openstack-dns08:57
*** nihilifer_ has quit IRC08:57
*** nihilifer_ has joined #openstack-dns08:58
openstackgerritstanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant  https://review.openstack.org/18443208:59
stanzgyekarlso: ah, tox -epy27 will use py3.x?08:59
stanzgyekarlso: wait for your bug description, not sure about the details that tox picking py3.x09:02
ekarlsostanzgy: yeah09:12
openstackgerritEndre Karlson proposed openstack/designate: Pin python version to 2.7  https://review.openstack.org/18404909:14
ekarlsostanzgy: ^09:15
ekarlsoupdated with bug link09:15
stanzgyekarlso: got it, it's a little wired.. are you using Archlinux?09:30
stanzgy^ s/wired/weird/09:33
ekarlsostanzgy: nope, latest ubuntu :)09:35
stanzgyekarlso: I just checked tox's source code that all 'pyXY' env will use pythonX.Y as their python binary. Maybe update basepython just for 'testenv:pep8' is better.09:43
stanzgy  for version in '26,27,32,33,34,35,36'.split(','):09:44
stanzgy      default_factors['py' + version] = 'python%s.%s' % tuple(version)09:44
stanzgyif you set basepython in 'testenv', maybe py27 would also use python2.7 as its python binary which is not we want?09:45
stanzgy maybe py26 would also use python2.709:45
*** stanzgy has quit IRC10:56
*** 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
*** km has quit IRC11:09
ekarlsonope stanzgy_11:16
*** kei_yama has quit IRC11:21
hetiiQ: what Is the proper way to register designate as a service in devstack ?11:28
ekarlsohetii: uh, that's usually done by itself11:29
hetiiis there some helper that set all account/role/service type?11:29
hetiior do I need to do it manually ?11:29
ekarlsohetii: can you paste "keystone service-list" and "keystone endpoint-list" ?11:29
hetiihttp://pastebin.ca/300603611:31
hetiibtw I install designate manually from source by sudo python setup.py develop11:32
hetiiI also found https://github.com/designate-dns/devstack-designate/blob/master/lib/designate11:40
hetiiAlso my instsallation based on : http://docs.openstack.org/developer/designate/install/ubuntu-juno.html11:41
hetiiAlso when I call: keystone user-role-list --user-id=15c3f28c3bfb4b71a177b4108431d7ee I got: Unknown Attribute: auth_tenant_id11:51
tg90norhetii: something like this should create a keystone service and endpoint:11:55
tg90norkeystone service-create --type dns --name designate11:55
tg90norkeystone endpoint-create --service designate --publicurl http://localhost:9001/v111:55
tg90noradjust --publicurl to something more appropriate11:55
hetiiok will try11:56
ekarlsohetii: are you using designate with devstack ?11:57
ekarlsolike a all in one thing ?11:57
hetiifirst I install devstack where have nothing about designate11:57
hetiiand now I try add designate to it11:58
hetiihmm ok I created my service but when I call designate domain-create --name designate-example.com. --email designate@example.org12:04
hetiiI got raise exceptions.EndpointNotFound()12:04
hetiiand  in log of designate-api nothing new happens12:04
ekarlsohetii: then you still haven't set it up correctly :)12:07
ekarlsohetii: btw, you do know there's a designate thing that sets up designate with devstack for you?12:07
hetiinot realy :) just found this https://github.com/designate-dns/devstack-designate/blob/master/lib/designate12:08
hetiibut try to figure out all steps how this works and thats why I play it hard12:09
ekarlsohetii: oooh that's old!12:09
ekarlsohttps://github.com/openstack/designate/tree/master/contrib < hetii12:09
ekarlsohetii: do you have vagrant on your machine ?12:10
hetiivagrant ?12:11
ekarlsoyeah, vagrantup.com12:12
hetiinever use it, will check it, meantime here is my current endpoint list http://pastebin.ca/300607112:12
hetiiand looks like its done right, so what I can do in next step to investigate why its no accessible ?12:14
ekarlsohetii: u need to create the endpoint without the /v112:15
hetiiok I delete old and create new with publicurl http://myip:9001/ but still the same issue12:19
hetiiDo I need reload/restart some service ?12:20
hetiibtw designate-api listen on http://0.0.0.0:9001/ and i`m able telnet to it on port 900112:20
hetiiok any other idea, how to debug that ?12:40
*** chlong has joined #openstack-dns12:59
*** ducttape_ has joined #openstack-dns13:00
*** richm has joined #openstack-dns13:09
*** jschwarz has joined #openstack-dns13:09
*** chlong has quit IRC13:14
*** ducttape_ has quit IRC13:14
*** chlong has joined #openstack-dns13:31
*** ducttape_ has joined #openstack-dns13:33
*** ducttape_ has quit IRC13:34
*** ducttape_ has joined #openstack-dns13:36
*** ducttape_ has quit IRC13:38
*** ericpeterson has joined #openstack-dns13:41
*** ericpeterson has quit IRC13:43
*** hetii has quit IRC14:08
Kiallccccccdugckehjrrdceghlbecfvkvjlfundnuhvuhbuk14:19
Kiallccccccdugckerkfijniedbktngktrcentnirhdchlnjd14:19
Kiallugh -_-14:19
*** pglass has joined #openstack-dns14:22
*** ducttape_ has joined #openstack-dns14:25
elarsonvim? ^^^14:44
Kiallone time password from YubiKey ;)14:46
*** nihilifer_ has quit IRC14:46
*** ducttape_ has quit IRC14:48
*** jschwarz has quit IRC15:06
*** ducttape_ has joined #openstack-dns15:17
*** ducttape_ has quit IRC15:28
*** ducttape_ has joined #openstack-dns15:48
*** nkinder has joined #openstack-dns16:20
*** jh_ has joined #openstack-dns16:22
*** ducttape_ has quit IRC16:36
*** jh_ has quit IRC16:47
*** jh_ has joined #openstack-dns16:48
*** jh_ has quit IRC16:48
*** nkinder has quit IRC16:59
openstackgerritEndre Karlson proposed openstack/designate: Increase coverage of RRset tests  https://review.openstack.org/18454516:59
*** 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
*** stanzgy has joined #openstack-dns17:09
elarsonKiall: I'm assuming there isn't a meeting on IRC today?17:09
openstackgerritstanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant  https://review.openstack.org/18443217:17
*** z1337 has joined #openstack-dns17:30
*** ducttape_ has joined #openstack-dns17:49
openstackgerritstanzgy proposed openstack/designate: Fixed DesignateContext.is_admin is false on admin tenant  https://review.openstack.org/18443217:56
*** ducttape_ has quit IRC17:59
*** chirag789 has quit IRC18:19
*** stanzgy has quit IRC18:37
*** pglass has quit IRC19:00
*** pglass has joined #openstack-dns19:03
*** nkinder has joined #openstack-dns19:14
*** ducttape_ has joined #openstack-dns19:26
*** ducttape_ has quit IRC19:32
*** pglass has quit IRC19:45
*** pglass has joined #openstack-dns19:45
*** nkinder has quit IRC19:50
*** z1337 has quit IRC20:08
*** ducttape_ has joined #openstack-dns20:47
*** nihilifer has quit IRC21:00
*** nihilifer has joined #openstack-dns21:14
*** boris-42 has joined #openstack-dns21:16
*** ducttape_ has quit IRC21:34
mugsieelarson: nope21:35
elarsonmugsie: that is what I figured ;)21:35
*** nkinder has joined #openstack-dns21:47
*** chlong has quit IRC22:12
*** pglass has quit IRC22:13
*** nkinder has quit IRC22:25
*** nkinder has joined #openstack-dns22:46
*** simonmcc has quit IRC22:53
*** simonmcc has joined #openstack-dns22:54
*** km has joined #openstack-dns23:05
*** nkinder has quit IRC23:16
*** kei_yama has joined #openstack-dns23:19
*** ducttape_ has joined #openstack-dns23:21
*** shakamunyi has joined #openstack-dns23:27
*** chlong has joined #openstack-dns23:34
*** shakamunyi has quit IRC23:49

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