Monday, 2015-06-08

*** ducttape_ has quit IRC00:00
*** anikm99 has quit IRC01:17
*** pglass has quit IRC01:19
*** stanzgy has joined #openstack-dns01:44
*** bradjones|away has quit IRC03:27
*** elarson has quit IRC03:27
*** mikal has quit IRC03:27
*** mikal has joined #openstack-dns03:28
*** elarson has joined #openstack-dns03:28
*** bradjones has joined #openstack-dns03:28
*** bradjones has quit IRC03:28
*** bradjones has joined #openstack-dns03:28
*** richm has quit IRC03:57
*** pglass has joined #openstack-dns04:01
*** pglass has quit IRC04:27
*** nihilifer_ has joined #openstack-dns05:09
*** stanzgy has quit IRC05:55
*** stanzgy__ has joined #openstack-dns05:55
*** hetii has joined #openstack-dns07:25
*** dguerri` is now known as dguerri08:11
*** jordanP has joined #openstack-dns09:08
*** kei_yama has quit IRC09:45
*** kbyrne has quit IRC09:45
*** kbyrne has joined #openstack-dns09:48
hetiiHI :)09:51
hetiiIs it possible in designate backend api get action name that was called ?09:51
*** stanzgy__ is now known as stanzgy09:57
*** boris-42 has joined #openstack-dns10:04
*** openstackgerrit has quit IRC10:09
*** openstackgerrit has joined #openstack-dns10:09
*** ChanServ sets mode: +v openstackgerrit10:09
ekarlsohetii: how you mean ?10:09
*** km has quit IRC10:11
*** km has joined #openstack-dns10:13
hetiiekarlso: in designate there are create_domain and create_record callback, the point is that I need to recognize what action was made. becase when I call designate sync-domain first the create_domain is called and after that for all record create_record10:15
hetiithe point is in that I push on create_domain whole zone file, so don`t need to update again each record by create_record10:16
hetiiso need to recognize somehow why create_record was called10:17
openstackgerritEndre Karlson proposed openstack/python-designateclient: V2 CLI Support  https://review.openstack.org/13367610:18
*** Kiall has quit IRC10:29
*** Kiall has joined #openstack-dns10:31
*** stanzgy has quit IRC10:51
*** km has quit IRC10:57
*** untriaged-bot has joined #openstack-dns10:58
untriaged-botUntriaged bugs so far:10:58
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145710010:58
openstackLaunchpad bug 1457100 in python-designateclient "pbr version conflict" [Undecided,New]10:58
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146202210:59
openstackLaunchpad bug 1462022 in Designate "designate-dashboard should help users with FIP selection" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)10:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145710010:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146121310:59
openstackLaunchpad bug 1461213 in Designate "dashboard record creation should only prompt for left-most label" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)10:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146242810:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146072910:59
openstackLaunchpad bug 1462428 in Designate "project _memeber_ type users cannot read their quotas" [Undecided,New]10:59
openstackLaunchpad bug 1460729 in Designate "designate dashboard reuses update and detail screen for records" [Undecided,Fix committed] - Assigned to Eric Peterson (ericpeterson-l)10:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146244810:59
openstackLaunchpad bug 1462448 in Designate "designate-dashboard quota error message fails to display" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)10:59
*** untriaged-bot has quit IRC10:59
*** dguerri is now known as dguerri`11:19
hetiibased on examples from  http://docs.openstack.org/developer/python-designateclient/bindings.html I try use client like: client = Client(endpoint="https://127.0.0.1:9001/v1/") but when I call for eg: client.domains.list()12:05
hetiiI got: AttributeError: 'NoneType' object has no attribute 'find' in /usr/lib/python2.7/urlparse.pyc in urlsplit(url, scheme, allow_fragments) --> 182     i = url.find(':')12:06
*** jschwarz_ has joined #openstack-dns12:21
*** nihilifer_ has quit IRC12:28
openstackgerritEndre Karlson proposed openstack/python-designateclient: V2 CLI Support  https://review.openstack.org/13367612:42
*** dguerri` is now known as dguerri12:46
*** robert4man has joined #openstack-dns12:56
*** dguerri is now known as dguerri`13:12
*** dguerri` is now known as dguerri13:24
*** richm has joined #openstack-dns13:30
*** ducttape_ has joined #openstack-dns13:46
openstackgerritEndre Karlson proposed openstack/python-designateclient: V2 CLI Support  https://review.openstack.org/13367613:52
*** hetii has quit IRC14:01
openstackgerritKiall Mac Innes proposed openstack/designate: Testing PyMySQL in DevStack  https://review.openstack.org/18930414:02
openstackgerritEric Peterson proposed openstack/designate: Record creation / update screen simplification  https://review.openstack.org/18772614:09
*** csoukup has joined #openstack-dns14:11
*** pglass has joined #openstack-dns14:12
*** logan2 has quit IRC14:12
*** dvorak is now known as clayton14:13
*** logan2 has joined #openstack-dns14:13
openstackgerritEndre Karlson proposed openstack/designate: Add Functional tests for TLDs  https://review.openstack.org/18352214:21
ducttape_Kiall - ping on the designate dashboard moving to new repo.  just trying to track that work, I am already carrying local patches and tracking upstream.14:33
Kiallducttape_: heya14:34
Kiallhttps://review.openstack.org/#/c/119549/ and14:34
Kiallhttps://review.openstack.org/#/c/189023/14:34
ducttape_graci14:34
KiallNo problem :)14:34
openstackgerritMerged openstack/python-designateclient: Allow relative names in record-create  https://review.openstack.org/17381014:35
mugsieducttape_: ^ change above might be relavent to your current change14:36
ducttape_thanks14:37
ducttape_yeah, I would agree - this would ideally be used by the ui to simplify creation.  This is also supported by https://review.openstack.org/#/c/187726/  (but this review does the simplification in the UI layer)14:38
ducttape_I think we might converge once the new client layer is published to pip / tagged and then we can place a min version on that14:39
mugsie++14:41
KiallAnd.. 2 TC members down.. Boatloads to go ;)14:47
mugsiethey have a meeting tomorrow, see if ttx will add it to the agenda14:49
mugsieKiall: ^14:50
KiallI just checked, not needed anymore.14:50
mugsieTC approival?14:50
Kiall(The new "rollcall vote" column somehow replaces that.. )14:50
*** jmcbride has joined #openstack-dns14:51
ducttape_you guys might be interested:  we are going to general availability for our designate deployment this week  (all the things!), previously it was more limited.14:51
Kiallducttape_: cool :)14:58
ducttape_your work is a) being used b) appreciated   :D14:59
mugsieducttape_: sweet14:59
mugsiegood job on the talk btw, I finally watched it the full way through last week15:00
*** nkinder has joined #openstack-dns15:02
ducttape_thnx - clayton is the real expert with our group though.  I'm just the ui code monkey ;)15:10
claytonheh15:11
claytonwe were planning to go to kilo designate after upgrading other services, but sounds like other services might have to wait, so maybe designate will happen earlier :)15:11
Kialland - 3 TC down on on the Horizon repo change ;) Getting there..15:25
KiallOnly 10 more to go ;)15:25
mugsiewell, 4 or 5 :)15:26
mugsiei think they go +A when it is a majority with no disent15:26
*** mlavalle has joined #openstack-dns15:29
KiallAnd.. Asked the Horizon PTL +1'd.. Which should hopefully avoid any disent ;)15:38
Kiallto +1*15:38
openstackgerritMerged openstack/python-designateclient: Updated from global requirements  https://review.openstack.org/18849315:48
*** jmcbride has quit IRC15:57
*** jmcbride has joined #openstack-dns15:57
*** csoukup has quit IRC16:18
*** jmcbride1 has joined #openstack-dns16:19
*** jmcbride has quit IRC16:20
*** csoukup has joined #openstack-dns16:25
*** jordanP has quit IRC16:36
openstackgerritEndre Karlson proposed openstack/designate: Add tempest-lib from git for gate devstack  https://review.openstack.org/18936416:42
ekarlsotimsim: I added docs about v2 bindings16:44
ekarlso:D16:44
timsimSweet, I'll take a look.16:45
*** untriaged-bot has joined #openstack-dns16:58
untriaged-botUntriaged bugs so far:16:58
untriaged-bothttps://bugs.launchpad.net/python-designateclient/+bug/145710016:58
openstackLaunchpad bug 1457100 in python-designateclient "pbr version conflict" [Undecided,New]16:58
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146202216:59
openstackLaunchpad bug 1462022 in Designate "designate-dashboard should help users with FIP selection" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)16:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/145710016:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146121316:59
openstackLaunchpad bug 1461213 in Designate "dashboard record creation should only prompt for left-most label" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)16:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146242816:59
openstackLaunchpad bug 1462428 in Designate "project _memeber_ type users cannot read their quotas" [Undecided,New]16:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146072916:59
openstackLaunchpad bug 1460729 in Designate "designate dashboard reuses update and detail screen for records" [Undecided,Fix committed] - Assigned to Eric Peterson (ericpeterson-l)16:59
untriaged-bothttps://bugs.launchpad.net/designate/+bug/146244816:59
openstackLaunchpad bug 1462448 in Designate "designate-dashboard quota error message fails to display" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l)16:59
*** untriaged-bot has quit IRC16:59
*** pglass has quit IRC17:00
mugsieekarlso: have we got someone from the osc team to look at the bindings?17:02
ekarlsomugsie: you mean the shell stuff or the actual bindings ?17:03
mugsiethe shell stuff17:03
ekarlsonope, want me to hook up with someone ?17:03
*** pglass has joined #openstack-dns17:04
mugsiemay be a good idea17:04
mugsieonce this is merge - that is it forever :P17:04
ekarlsomugsie: :P17:04
ekarlsogrrr17:04
ekarlsowhat's the irc for it17:04
*** vipul has joined #openstack-dns17:08
*** bradjones has quit IRC17:10
*** bradjones has joined #openstack-dns17:11
*** bradjones has quit IRC17:11
*** bradjones has joined #openstack-dns17:11
*** jschwarz_ has quit IRC17:13
openstackgerritEric Peterson proposed openstack/designate: Adding record-editor fip dropdown  https://review.openstack.org/18856817:31
*** dguerri is now known as dguerri`17:31
openstackgerritEric Peterson proposed openstack/designate: Adding record-editor fip dropdown  https://review.openstack.org/18856817:33
*** openstackgerrit has quit IRC18:09
*** openstackgerrit has joined #openstack-dns18:09
*** ChanServ sets mode: +v openstackgerrit18:09
openstackgerritEndre Karlson proposed openstack/designate: Add tempest-lib from git for gate devstack  https://review.openstack.org/18936418:10
Kiallekarlso: don't forget to layer the other tempest changes on top of that.. It won't merge until we know it works via the other tests using it.18:15
openstackgerritEndre Karlson proposed openstack/designate: Add Functional tests for TLDs  https://review.openstack.org/18352218:17
*** pglass has quit IRC18:29
*** pglass has joined #openstack-dns18:30
*** anikm99 has joined #openstack-dns18:45
*** csoukup has quit IRC19:00
*** jmcbride1 has quit IRC19:08
*** jmcbride has joined #openstack-dns19:10
*** Kiall_ has joined #openstack-dns19:13
*** Kiall has quit IRC19:15
*** dguerri` is now known as dguerri19:21
*** csoukup has joined #openstack-dns19:43
openstackgerritEric Larson proposed openstack/designate: Add a makefile for running the things.  https://review.openstack.org/18942920:19
*** anikm99 has quit IRC20:29
*** anikm99 has joined #openstack-dns20:31
*** johnbelamaric has joined #openstack-dns20:35
*** c_soukup has joined #openstack-dns20:37
*** csoukup has quit IRC20:41
*** jmcbride has quit IRC20:54
*** nkinder_ has joined #openstack-dns21:05
*** nkinder has quit IRC21:09
*** nkinder_ has quit IRC21:12
*** nkinder_ has joined #openstack-dns21:13
openstackgerritOpenStack Proposal Bot proposed openstack/designate: Updated from global requirements  https://review.openstack.org/18945621:13
*** robert4man has quit IRC21:14
openstackgerritOpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements  https://review.openstack.org/18946221:19
*** nkinder_ has quit IRC21:26
*** nkinder_ has joined #openstack-dns21:27
*** jmcbride has joined #openstack-dns21:30
*** johnbelamaric has quit IRC21:32
*** c_soukup has quit IRC21:44
*** jmcbride has quit IRC21:46
*** nkinder__ has joined #openstack-dns21:58
*** nkinder_ has quit IRC22:02
*** nkinder__ has quit IRC22:03
*** nkinder__ has joined #openstack-dns22:04
*** pglass has quit IRC22:14
*** penick has joined #openstack-dns22:31
*** johnbelamaric has joined #openstack-dns22:52
*** johnbelamaric has quit IRC22:53
*** jmcbride has joined #openstack-dns22:57
*** ducttape_ has quit IRC23:01
*** km has joined #openstack-dns23:03
*** nkinder__ has quit IRC23:18
*** kei_yama has joined #openstack-dns23:20
*** anikm99 has quit IRC23:33
*** chlong has joined #openstack-dns23:36
*** anikm99 has joined #openstack-dns23:36
*** anikm99 has quit IRC23:38
*** anikm99 has joined #openstack-dns23:40
*** anikm99 has quit IRC23:41
*** anikm99 has joined #openstack-dns23:43
*** anikm99 has quit IRC23:44
*** anikm99 has joined #openstack-dns23:50
*** anikm99 has quit IRC23:52
*** anikm99 has joined #openstack-dns23:54
*** anikm99 has quit IRC23:55
*** anikm99 has joined #openstack-dns23:57
*** anikm99 has quit IRC23:58
*** anikm99 has joined #openstack-dns23:59

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