*** ducttape_ has quit IRC | 00:00 | |
*** anikm99 has quit IRC | 01:17 | |
*** pglass has quit IRC | 01:19 | |
*** stanzgy has joined #openstack-dns | 01:44 | |
*** bradjones|away has quit IRC | 03:27 | |
*** elarson has quit IRC | 03:27 | |
*** mikal has quit IRC | 03:27 | |
*** mikal has joined #openstack-dns | 03:28 | |
*** elarson has joined #openstack-dns | 03:28 | |
*** bradjones has joined #openstack-dns | 03:28 | |
*** bradjones has quit IRC | 03:28 | |
*** bradjones has joined #openstack-dns | 03:28 | |
*** richm has quit IRC | 03:57 | |
*** pglass has joined #openstack-dns | 04:01 | |
*** pglass has quit IRC | 04:27 | |
*** nihilifer_ has joined #openstack-dns | 05:09 | |
*** stanzgy has quit IRC | 05:55 | |
*** stanzgy__ has joined #openstack-dns | 05:55 | |
*** hetii has joined #openstack-dns | 07:25 | |
*** dguerri` is now known as dguerri | 08:11 | |
*** jordanP has joined #openstack-dns | 09:08 | |
*** kei_yama has quit IRC | 09:45 | |
*** kbyrne has quit IRC | 09:45 | |
*** kbyrne has joined #openstack-dns | 09:48 | |
hetii | HI :) | 09:51 |
---|---|---|
hetii | Is it possible in designate backend api get action name that was called ? | 09:51 |
*** stanzgy__ is now known as stanzgy | 09:57 | |
*** boris-42 has joined #openstack-dns | 10:04 | |
*** openstackgerrit has quit IRC | 10:09 | |
*** openstackgerrit has joined #openstack-dns | 10:09 | |
*** ChanServ sets mode: +v openstackgerrit | 10:09 | |
ekarlso | hetii: how you mean ? | 10:09 |
*** km has quit IRC | 10:11 | |
*** km has joined #openstack-dns | 10:13 | |
hetii | ekarlso: 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_record | 10:15 |
hetii | the point is in that I push on create_domain whole zone file, so don`t need to update again each record by create_record | 10:16 |
hetii | so need to recognize somehow why create_record was called | 10:17 |
openstackgerrit | Endre Karlson proposed openstack/python-designateclient: V2 CLI Support https://review.openstack.org/133676 | 10:18 |
*** Kiall has quit IRC | 10:29 | |
*** Kiall has joined #openstack-dns | 10:31 | |
*** stanzgy has quit IRC | 10:51 | |
*** km has quit IRC | 10:57 | |
*** untriaged-bot has joined #openstack-dns | 10:58 | |
untriaged-bot | Untriaged bugs so far: | 10:58 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457100 | 10:58 |
openstack | Launchpad bug 1457100 in python-designateclient "pbr version conflict" [Undecided,New] | 10:58 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1462022 | 10:59 |
openstack | Launchpad bug 1462022 in Designate "designate-dashboard should help users with FIP selection" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l) | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1457100 | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1461213 | 10:59 |
openstack | Launchpad 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-bot | https://bugs.launchpad.net/designate/+bug/1462428 | 10:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1460729 | 10:59 |
openstack | Launchpad bug 1462428 in Designate "project _memeber_ type users cannot read their quotas" [Undecided,New] | 10:59 |
openstack | Launchpad 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-bot | https://bugs.launchpad.net/designate/+bug/1462448 | 10:59 |
openstack | Launchpad 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 IRC | 10:59 | |
*** dguerri is now known as dguerri` | 11:19 | |
hetii | based 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 |
hetii | I 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-dns | 12:21 | |
*** nihilifer_ has quit IRC | 12:28 | |
openstackgerrit | Endre Karlson proposed openstack/python-designateclient: V2 CLI Support https://review.openstack.org/133676 | 12:42 |
*** dguerri` is now known as dguerri | 12:46 | |
*** robert4man has joined #openstack-dns | 12:56 | |
*** dguerri is now known as dguerri` | 13:12 | |
*** dguerri` is now known as dguerri | 13:24 | |
*** richm has joined #openstack-dns | 13:30 | |
*** ducttape_ has joined #openstack-dns | 13:46 | |
openstackgerrit | Endre Karlson proposed openstack/python-designateclient: V2 CLI Support https://review.openstack.org/133676 | 13:52 |
*** hetii has quit IRC | 14:01 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Testing PyMySQL in DevStack https://review.openstack.org/189304 | 14:02 |
openstackgerrit | Eric Peterson proposed openstack/designate: Record creation / update screen simplification https://review.openstack.org/187726 | 14:09 |
*** csoukup has joined #openstack-dns | 14:11 | |
*** pglass has joined #openstack-dns | 14:12 | |
*** logan2 has quit IRC | 14:12 | |
*** dvorak is now known as clayton | 14:13 | |
*** logan2 has joined #openstack-dns | 14:13 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 14: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 |
Kiall | ducttape_: heya | 14:34 |
Kiall | https://review.openstack.org/#/c/119549/ and | 14:34 |
Kiall | https://review.openstack.org/#/c/189023/ | 14:34 |
ducttape_ | graci | 14:34 |
Kiall | No problem :) | 14:34 |
openstackgerrit | Merged openstack/python-designateclient: Allow relative names in record-create https://review.openstack.org/173810 | 14:35 |
mugsie | ducttape_: ^ change above might be relavent to your current change | 14:36 |
ducttape_ | thanks | 14: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 that | 14:39 |
mugsie | ++ | 14:41 |
Kiall | And.. 2 TC members down.. Boatloads to go ;) | 14:47 |
mugsie | they have a meeting tomorrow, see if ttx will add it to the agenda | 14:49 |
mugsie | Kiall: ^ | 14:50 |
Kiall | I just checked, not needed anymore. | 14:50 |
mugsie | TC approival? | 14:50 |
Kiall | (The new "rollcall vote" column somehow replaces that.. ) | 14:50 |
*** jmcbride has joined #openstack-dns | 14: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 |
Kiall | ducttape_: cool :) | 14:58 |
ducttape_ | your work is a) being used b) appreciated :D | 14:59 |
mugsie | ducttape_: sweet | 14:59 |
mugsie | good job on the talk btw, I finally watched it the full way through last week | 15:00 |
*** nkinder has joined #openstack-dns | 15:02 | |
ducttape_ | thnx - clayton is the real expert with our group though. I'm just the ui code monkey ;) | 15:10 |
clayton | heh | 15:11 |
clayton | we 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 |
Kiall | and - 3 TC down on on the Horizon repo change ;) Getting there.. | 15:25 |
Kiall | Only 10 more to go ;) | 15:25 |
mugsie | well, 4 or 5 :) | 15:26 |
mugsie | i think they go +A when it is a majority with no disent | 15:26 |
*** mlavalle has joined #openstack-dns | 15:29 | |
Kiall | And.. Asked the Horizon PTL +1'd.. Which should hopefully avoid any disent ;) | 15:38 |
Kiall | to +1* | 15:38 |
openstackgerrit | Merged openstack/python-designateclient: Updated from global requirements https://review.openstack.org/188493 | 15:48 |
*** jmcbride has quit IRC | 15:57 | |
*** jmcbride has joined #openstack-dns | 15:57 | |
*** csoukup has quit IRC | 16:18 | |
*** jmcbride1 has joined #openstack-dns | 16:19 | |
*** jmcbride has quit IRC | 16:20 | |
*** csoukup has joined #openstack-dns | 16:25 | |
*** jordanP has quit IRC | 16:36 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add tempest-lib from git for gate devstack https://review.openstack.org/189364 | 16:42 |
ekarlso | timsim: I added docs about v2 bindings | 16:44 |
ekarlso | :D | 16:44 |
timsim | Sweet, I'll take a look. | 16:45 |
*** untriaged-bot has joined #openstack-dns | 16:58 | |
untriaged-bot | Untriaged bugs so far: | 16:58 |
untriaged-bot | https://bugs.launchpad.net/python-designateclient/+bug/1457100 | 16:58 |
openstack | Launchpad bug 1457100 in python-designateclient "pbr version conflict" [Undecided,New] | 16:58 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1462022 | 16:59 |
openstack | Launchpad bug 1462022 in Designate "designate-dashboard should help users with FIP selection" [Undecided,In progress] - Assigned to Eric Peterson (ericpeterson-l) | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1457100 | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1461213 | 16:59 |
openstack | Launchpad 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-bot | https://bugs.launchpad.net/designate/+bug/1462428 | 16:59 |
openstack | Launchpad bug 1462428 in Designate "project _memeber_ type users cannot read their quotas" [Undecided,New] | 16:59 |
untriaged-bot | https://bugs.launchpad.net/designate/+bug/1460729 | 16:59 |
openstack | Launchpad 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-bot | https://bugs.launchpad.net/designate/+bug/1462448 | 16:59 |
openstack | Launchpad 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 IRC | 16:59 | |
*** pglass has quit IRC | 17:00 | |
mugsie | ekarlso: have we got someone from the osc team to look at the bindings? | 17:02 |
ekarlso | mugsie: you mean the shell stuff or the actual bindings ? | 17:03 |
mugsie | the shell stuff | 17:03 |
ekarlso | nope, want me to hook up with someone ? | 17:03 |
*** pglass has joined #openstack-dns | 17:04 | |
mugsie | may be a good idea | 17:04 |
mugsie | once this is merge - that is it forever :P | 17:04 |
ekarlso | mugsie: :P | 17:04 |
ekarlso | grrr | 17:04 |
ekarlso | what's the irc for it | 17:04 |
*** vipul has joined #openstack-dns | 17:08 | |
*** bradjones has quit IRC | 17:10 | |
*** bradjones has joined #openstack-dns | 17:11 | |
*** bradjones has quit IRC | 17:11 | |
*** bradjones has joined #openstack-dns | 17:11 | |
*** jschwarz_ has quit IRC | 17:13 | |
openstackgerrit | Eric Peterson proposed openstack/designate: Adding record-editor fip dropdown https://review.openstack.org/188568 | 17:31 |
*** dguerri is now known as dguerri` | 17:31 | |
openstackgerrit | Eric Peterson proposed openstack/designate: Adding record-editor fip dropdown https://review.openstack.org/188568 | 17:33 |
*** openstackgerrit has quit IRC | 18:09 | |
*** openstackgerrit has joined #openstack-dns | 18:09 | |
*** ChanServ sets mode: +v openstackgerrit | 18:09 | |
openstackgerrit | Endre Karlson proposed openstack/designate: Add tempest-lib from git for gate devstack https://review.openstack.org/189364 | 18:10 |
Kiall | ekarlso: 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 |
openstackgerrit | Endre Karlson proposed openstack/designate: Add Functional tests for TLDs https://review.openstack.org/183522 | 18:17 |
*** pglass has quit IRC | 18:29 | |
*** pglass has joined #openstack-dns | 18:30 | |
*** anikm99 has joined #openstack-dns | 18:45 | |
*** csoukup has quit IRC | 19:00 | |
*** jmcbride1 has quit IRC | 19:08 | |
*** jmcbride has joined #openstack-dns | 19:10 | |
*** Kiall_ has joined #openstack-dns | 19:13 | |
*** Kiall has quit IRC | 19:15 | |
*** dguerri` is now known as dguerri | 19:21 | |
*** csoukup has joined #openstack-dns | 19:43 | |
openstackgerrit | Eric Larson proposed openstack/designate: Add a makefile for running the things. https://review.openstack.org/189429 | 20:19 |
*** anikm99 has quit IRC | 20:29 | |
*** anikm99 has joined #openstack-dns | 20:31 | |
*** johnbelamaric has joined #openstack-dns | 20:35 | |
*** c_soukup has joined #openstack-dns | 20:37 | |
*** csoukup has quit IRC | 20:41 | |
*** jmcbride has quit IRC | 20:54 | |
*** nkinder_ has joined #openstack-dns | 21:05 | |
*** nkinder has quit IRC | 21:09 | |
*** nkinder_ has quit IRC | 21:12 | |
*** nkinder_ has joined #openstack-dns | 21:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/designate: Updated from global requirements https://review.openstack.org/189456 | 21:13 |
*** robert4man has quit IRC | 21:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/189462 | 21:19 |
*** nkinder_ has quit IRC | 21:26 | |
*** nkinder_ has joined #openstack-dns | 21:27 | |
*** jmcbride has joined #openstack-dns | 21:30 | |
*** johnbelamaric has quit IRC | 21:32 | |
*** c_soukup has quit IRC | 21:44 | |
*** jmcbride has quit IRC | 21:46 | |
*** nkinder__ has joined #openstack-dns | 21:58 | |
*** nkinder_ has quit IRC | 22:02 | |
*** nkinder__ has quit IRC | 22:03 | |
*** nkinder__ has joined #openstack-dns | 22:04 | |
*** pglass has quit IRC | 22:14 | |
*** penick has joined #openstack-dns | 22:31 | |
*** johnbelamaric has joined #openstack-dns | 22:52 | |
*** johnbelamaric has quit IRC | 22:53 | |
*** jmcbride has joined #openstack-dns | 22:57 | |
*** ducttape_ has quit IRC | 23:01 | |
*** km has joined #openstack-dns | 23:03 | |
*** nkinder__ has quit IRC | 23:18 | |
*** kei_yama has joined #openstack-dns | 23:20 | |
*** anikm99 has quit IRC | 23:33 | |
*** chlong has joined #openstack-dns | 23:36 | |
*** anikm99 has joined #openstack-dns | 23:36 | |
*** anikm99 has quit IRC | 23:38 | |
*** anikm99 has joined #openstack-dns | 23:40 | |
*** anikm99 has quit IRC | 23:41 | |
*** anikm99 has joined #openstack-dns | 23:43 | |
*** anikm99 has quit IRC | 23:44 | |
*** anikm99 has joined #openstack-dns | 23:50 | |
*** anikm99 has quit IRC | 23:52 | |
*** anikm99 has joined #openstack-dns | 23:54 | |
*** anikm99 has quit IRC | 23:55 | |
*** anikm99 has joined #openstack-dns | 23:57 | |
*** anikm99 has quit IRC | 23:58 | |
*** anikm99 has joined #openstack-dns | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!