| *** rudrajit_ has joined #openstack-dns | 00:07 | |
| *** rudrajit has quit IRC | 00:10 | |
| *** sonuk has quit IRC | 00:30 | |
| *** stanzgy has joined #openstack-dns | 00:55 | |
| *** rudrajit_ has quit IRC | 01:28 | |
| *** EricGonczer_ has quit IRC | 02:06 | |
| *** ducttape_ has joined #openstack-dns | 02:38 | |
| *** rudrajit has joined #openstack-dns | 02:43 | |
| *** ducttape_ has quit IRC | 03:08 | |
| *** sonuk has joined #openstack-dns | 03:29 | |
| *** Alex_Stef has joined #openstack-dns | 03:41 | |
| *** gnuoy has quit IRC | 04:00 | |
| *** richm has quit IRC | 04:04 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/python-designateclient: Updated from global requirements https://review.openstack.org/345149 | 04:09 |
|---|---|---|
| *** ducttape_ has joined #openstack-dns | 04:40 | |
| *** mpbnka has quit IRC | 04:43 | |
| *** ducttape_ has quit IRC | 04:45 | |
| *** darkxploit has quit IRC | 05:00 | |
| *** rudrajit has quit IRC | 05:58 | |
| *** sonuk has quit IRC | 06:51 | |
| *** sonuk has joined #openstack-dns | 06:51 | |
| *** Alex_Stef has quit IRC | 06:56 | |
| *** rudrajit has joined #openstack-dns | 06:59 | |
| *** nyechiel has joined #openstack-dns | 06:59 | |
| *** pcaruana has joined #openstack-dns | 07:03 | |
| *** rudrajit has quit IRC | 07:04 | |
| *** Alex_Stef has joined #openstack-dns | 07:11 | |
| *** maestropandy has joined #openstack-dns | 07:12 | |
| *** Alex_Stef has quit IRC | 07:29 | |
| *** Alex_Stef has joined #openstack-dns | 07:40 | |
| *** ducttape_ has joined #openstack-dns | 07:43 | |
| *** ducttape_ has quit IRC | 07:48 | |
| openstackgerrit | Davanum Srinivas (dims) proposed openstack/designate: [WIP] Testing latest u-c https://review.openstack.org/318020 | 08:10 |
| *** ducttape_ has joined #openstack-dns | 08:43 | |
| *** ducttape_ has quit IRC | 08:49 | |
| openstackgerrit | Davanum Srinivas (dims) proposed openstack/designate: [WIP] Testing latest u-c https://review.openstack.org/318020 | 10:10 |
| *** maestropandy has quit IRC | 10:28 | |
| *** maestropandy has joined #openstack-dns | 10:37 | |
| *** maestropandy1 has joined #openstack-dns | 10:37 | |
| *** maestropandy has quit IRC | 10:41 | |
| *** ducttape_ has joined #openstack-dns | 10:45 | |
| *** ducttape_ has quit IRC | 10:50 | |
| *** maestropandy1 has quit IRC | 10:52 | |
| *** ducttape_ has joined #openstack-dns | 11:46 | |
| *** ducttape_ has quit IRC | 11:51 | |
| *** ducttape_ has joined #openstack-dns | 12:00 | |
| *** ducttape_ has quit IRC | 12:20 | |
| *** EricGonczer_ has joined #openstack-dns | 12:22 | |
| *** Alex_Stef has quit IRC | 12:32 | |
| *** stanzgy has quit IRC | 12:39 | |
| *** ducttape_ has joined #openstack-dns | 12:43 | |
| *** ducttape_ has quit IRC | 12:54 | |
| *** ducttape_ has joined #openstack-dns | 13:12 | |
| *** ducttape_ has quit IRC | 13:12 | |
| *** EricGonczer_ has quit IRC | 13:28 | |
| *** richm has joined #openstack-dns | 13:35 | |
| *** krotscheck_dcm is now known as krotscheck | 13:50 | |
| *** haplo37_ has joined #openstack-dns | 13:57 | |
| *** mlavalle has joined #openstack-dns | 14:02 | |
| *** eandersson_ has joined #openstack-dns | 14:02 | |
| eandersson_ | What is the default config for bind redundancy? e.g. dns-server1, dns-server2 | 14:02 |
| eandersson_ | Do you create two pools? | 14:02 |
| *** pglass has joined #openstack-dns | 14:22 | |
| *** FransUrbo has joined #openstack-dns | 14:37 | |
| FransUrbo | it seems (?) that Designate broke Neutron for me.. | 14:42 |
| FransUrbo | I can no longer create VIP ports on a loadbalancer. And creating an instance fails on port setup as well. | 14:42 |
| FransUrbo | I now get: | 14:46 |
| FransUrbo | File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/extensions/dns_integration.py", line 78, in process_create_port | 14:46 |
| FransUrbo | if not request_data[dns.DNSNAME]: | 14:46 |
| FransUrbo | KeyError: 'dns_name' | 14:46 |
| FransUrbo | .. from Neutron. | 14:46 |
| *** chrido has quit IRC | 14:55 | |
| *** ducttape_ has joined #openstack-dns | 14:59 | |
| *** johnbelamaric has joined #openstack-dns | 15:01 | |
| *** haplo37_ has quit IRC | 15:02 | |
| *** pcaruana has quit IRC | 15:02 | |
| *** sonuk has quit IRC | 15:09 | |
| *** haplo37_ has joined #openstack-dns | 15:14 | |
| Krenair | pglass, so I think the exception being in the response body is because this exception occurs in an exception handler | 15:42 |
| Krenair | It's failing to handle errors sanely | 15:42 |
| Krenair | commented /usr/lib/python2.7/dist-packages/designate/api/middleware.py line 246/247 (if e.errors: response['errors'] = e.errors) | 15:48 |
| Krenair | restarted designate-api service | 15:48 |
| Krenair | I now get "designateclient.exceptions.BadRequest: Provided object does not match schema" on the client instead | 15:49 |
| *** penick has joined #openstack-dns | 15:50 | |
| Krenair | e.errors appears to be a designate.objects.validation_error.ValidationErrorList | 15:50 |
| *** pglass has quit IRC | 15:54 | |
| *** eandersson_ has quit IRC | 16:06 | |
| Krenair | okay so that turned out to be a "u'something.our-domain.org' is not a 'domainname'" | 16:15 |
| Krenair | not the label of the PTR record, but the data it contained | 16:15 |
| Krenair | although I do see my domain is now in ACTIVE state instead of ERROR, not sure when that happened | 16:18 |
| Krenair | It was successfully created | 16:19 |
| *** rudrajit has joined #openstack-dns | 16:21 | |
| *** rudrajit has quit IRC | 16:44 | |
| *** EricGonczer_ has joined #openstack-dns | 16:56 | |
| *** _ducttape_ has joined #openstack-dns | 16:59 | |
| Krenair | https://bugs.launchpad.net/designate/+bug/1605331 | 17:00 |
| openstack | Launchpad bug 1605331 in Designate "Designate v2 API fails to JSONify an designate.objects.validation_error.ValidationErrorList object in e.errors when recordset creation fails, due to circular reference" [Undecided,New] | 17:00 |
| *** ducttape_ has quit IRC | 17:03 | |
| FransUrbo | https://bugs.launchpad.net/designate/+bug/1605336 | 17:17 |
| openstack | Launchpad bug 1605336 in Designate "Neutron loadbalancer VIP port fails to create" [Undecided,New] | 17:17 |
| *** rudrajit has joined #openstack-dns | 17:25 | |
| *** _ducttape_ has quit IRC | 17:28 | |
| *** rudrajit_ has joined #openstack-dns | 17:28 | |
| *** ducttape_ has joined #openstack-dns | 17:29 | |
| *** rudrajit has quit IRC | 17:31 | |
| *** EricGonczer_ has quit IRC | 17:41 | |
| *** nyechiel has quit IRC | 17:52 | |
| FransUrbo | ^^^ Also affects Trove :( | 17:57 |
| * FransUrbo is gone. BBL | 17:57 | |
| *** pglass has joined #openstack-dns | 18:02 | |
| *** pglass has quit IRC | 18:09 | |
| *** EricGonczer_ has joined #openstack-dns | 18:11 | |
| *** EricGonczer_ has quit IRC | 18:21 | |
| *** johnbelamaric has left #openstack-dns | 18:21 | |
| *** catintheroof has quit IRC | 18:25 | |
| *** visbits has quit IRC | 18:40 | |
| *** EricGonczer_ has joined #openstack-dns | 18:41 | |
| * FransUrbo is back. . | 18:59 | |
| *** EricGonczer_ has quit IRC | 19:00 | |
| *** EricGonczer_ has joined #openstack-dns | 19:06 | |
| *** EricGonczer_ has quit IRC | 19:07 | |
| *** ducttape_ has quit IRC | 20:07 | |
| *** ducttape_ has joined #openstack-dns | 20:30 | |
| *** EricGonczer_ has joined #openstack-dns | 20:35 | |
| *** haplo37_ has quit IRC | 21:00 | |
| *** mikal has left #openstack-dns | 21:08 | |
| *** EricGonczer_ has quit IRC | 21:20 | |
| *** penick has quit IRC | 21:26 | |
| *** sonuk has joined #openstack-dns | 21:29 | |
| *** ducttape_ has quit IRC | 22:02 | |
| *** ducttape_ has joined #openstack-dns | 22:04 | |
| *** Kiall has quit IRC | 22:43 | |
| *** ducttape_ has quit IRC | 22:51 | |
| *** rudrajit_ has quit IRC | 23:54 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!