Tuesday, 2016-03-22

openstackgerritsonu proposed openstack/python-designateclient: Fixes 'openstack tld list' command's exception  https://review.openstack.org/29378900:05
*** ccneill has quit IRC00:11
openstackgerritsonu proposed openstack/designate: Adds missing metadata section to API docs  https://review.openstack.org/29334000:16
openstackgerritsonu proposed openstack/designate: Adds missing metadata section to API docs  https://review.openstack.org/29334000:22
*** fawadkhaliq has quit IRC00:23
*** ducttape_ has quit IRC00:24
*** rudrajit has quit IRC00:24
*** ducttape_ has joined #openstack-dns00:43
*** fawadkhaliq has joined #openstack-dns00:47
*** fouxm has quit IRC00:56
*** fouxm has joined #openstack-dns00:57
*** bpokorny_ has joined #openstack-dns01:00
*** bpokorny has quit IRC01:03
*** bpokorny_ has quit IRC01:05
*** fawadkhaliq has quit IRC01:05
*** fawadkhaliq has joined #openstack-dns01:06
*** ducttape_ has quit IRC01:09
*** ducttape_ has joined #openstack-dns01:27
*** ducttape_ has quit IRC01:29
*** ducttape_ has joined #openstack-dns01:38
*** rudrajit has joined #openstack-dns01:49
*** rudrajit has quit IRC01:50
*** rudrajit has joined #openstack-dns01:51
*** rsyed_away is now known as rsyed01:59
*** stanzgy has joined #openstack-dns02:04
*** ducttape_ has quit IRC02:13
*** jasonsb has joined #openstack-dns02:15
*** ducttape_ has joined #openstack-dns02:15
*** ducttape_ has quit IRC02:15
*** ducttape_ has joined #openstack-dns02:16
*** rsyed is now known as rsyed_away02:19
*** fawadkhaliq has quit IRC02:24
*** richm has quit IRC02:27
*** ducttape_ has quit IRC02:27
*** ducttape_ has joined #openstack-dns02:53
*** ducttape_ has quit IRC02:57
*** fawadkhaliq has joined #openstack-dns03:00
*** ducttape_ has joined #openstack-dns03:11
*** bpokorny has joined #openstack-dns03:19
*** bpokorny has quit IRC03:34
*** ducttape_ has quit IRC03:35
*** rsyed_away is now known as rsyed03:49
*** rudrajit has quit IRC03:50
*** chlong|wfh has quit IRC04:12
*** rudrajit has joined #openstack-dns04:15
*** rsyed is now known as rsyed_away04:15
*** fawadkhaliq has quit IRC04:22
*** fawadkhaliq has joined #openstack-dns04:22
*** chlong has joined #openstack-dns04:25
*** rsyed_away is now known as rsyed04:46
*** rsyed is now known as rsyed_away04:47
*** fawadkhaliq has quit IRC05:52
*** rudrajit_ has joined #openstack-dns06:18
*** rudrajit has quit IRC06:21
*** rudrajit_ has quit IRC06:29
*** Alex_Stef has joined #openstack-dns07:29
*** nyechiel_ has joined #openstack-dns08:12
*** openstackgerrit has quit IRC08:33
*** openstackgerrit has joined #openstack-dns08:33
*** ChanServ sets mode: +v openstackgerrit08:33
*** nyechiel_ has quit IRC08:35
*** nyechiel has joined #openstack-dns08:37
*** pcaruana has joined #openstack-dns08:40
*** jordanP has joined #openstack-dns08:52
*** nyechiel has quit IRC09:02
*** nyechiel has joined #openstack-dns09:02
*** jschwarz has joined #openstack-dns09:27
openstackgerritVenkata Mahesh Jonnalagadda proposed openstack/designate: Documentation changes for Admin API Quotas page  https://review.openstack.org/29570210:03
*** kei_yama has quit IRC10:36
*** stanzgy has quit IRC11:14
*** km has quit IRC11:19
*** ducttape_ has joined #openstack-dns12:11
*** ducttape_ has quit IRC12:23
*** EricGonc_ has joined #openstack-dns12:26
*** EricGonc_ has quit IRC12:30
*** Alex_Stef has quit IRC12:32
*** jschwarz has quit IRC12:49
*** richm has joined #openstack-dns13:04
*** ducttape_ has joined #openstack-dns13:13
*** ducttape_ has quit IRC13:16
*** mlavalle has joined #openstack-dns13:55
*** pglass has joined #openstack-dns14:11
*** _ducttape_ has joined #openstack-dns14:24
*** jasonsb has quit IRC14:30
*** jasonsb has joined #openstack-dns14:31
*** rsyed_away is now known as rsyed14:33
*** openstackgerrit has quit IRC14:33
*** openstackgerrit has joined #openstack-dns14:33
*** ChanServ sets mode: +v openstackgerrit14:33
*** ducttape_ has joined #openstack-dns15:26
*** _ducttape_ has quit IRC15:29
*** EricGonczer_ has joined #openstack-dns15:39
*** stanzgy has joined #openstack-dns15:41
*** ducttape_ has quit IRC15:42
*** ducttape_ has joined #openstack-dns15:42
*** bpokorny has joined #openstack-dns15:50
stupidnicOkay I have the code change available for handling Bind9 views, what is the proper work flow for submitting this change for review? Should I create a branch, or just checkout master, make the change then submit it for review in the master?15:52
timsimstupidnic: checkout a new branch, commit, set up your gerrit creds, 'git review'. http://docs.openstack.org/infra/manual/developers.html#account-setup will get you there15:53
stupidnictimsim: yep already done that I just wasn't sure if a new branch was the preferred method or not15:54
timsimYep, branch it up!15:55
openstackgerritTom Walsh proposed openstack/designate: Added "view" option to bind9 options. By default rndc will use the 'default' view if no branches are defined, however if there are views defined in the named.conf, then rndc calls will fail with "rndc: 'addzone' failed: not found".  https://review.openstack.org/29592215:59
stupidnicalright... there you go16:00
stupidnicis that branch right?16:00
*** ducttape_ has quit IRC16:00
timsimYep!16:00
stupidniccool16:00
pglassstupidnic: also each "change" is always squashed into a single commit16:01
pglasson top of master16:01
stupidnicOkay. That makes sense.16:01
stupidnicThanks for the clarification.16:01
pglasseven when updating, that commit is amended rather than additional commits on top. which was confusing for me.16:02
pglassgerrit tracks each "change" with the change id that gets inserted into the commit message by the git review plugin. so gerrit can still show the history each time the commit was amended.16:03
mugsiestupidnic: I know this will be annoying - but we have a rule about commit messages - it will fail tests because of it :(16:04
stupidnicOh okay... What is the rule?16:04
mugsieit needs the titele (the first line) to be less than 79 charecters and *not* end in the a "."16:04
stupidnicAlright.16:05
stupidnicGive me a minute and I will amend16:05
openstackgerritTom Walsh proposed openstack/designate: Added "view" option to bind9 rndc options  https://review.openstack.org/29592216:06
stupidnicmugsie: better?16:08
mugsiestupidnic: much :)16:08
stupidnicI couldn't come up with a better way to accomplish that without the if/else16:08
*** ccneill has joined #openstack-dns16:12
*** EricGonczer_ has quit IRC16:17
*** EricGonczer_ has joined #openstack-dns16:17
*** ducttape_ has joined #openstack-dns16:18
*** nyechiel has quit IRC16:26
*** nyechiel has joined #openstack-dns16:26
*** johnbelamaric has joined #openstack-dns16:26
*** EricGonczer_ has quit IRC16:35
*** jasonsb has quit IRC16:48
*** pcaruana has quit IRC16:52
*** nyechiel_ has joined #openstack-dns17:02
*** nyechiel has quit IRC17:03
*** rsyed is now known as rsyed_away17:07
*** james_li has joined #openstack-dns17:07
*** nyechiel_ has quit IRC17:11
*** rudrajit has joined #openstack-dns17:16
*** rajuncajun has joined #openstack-dns17:21
*** Kiall has quit IRC17:31
*** rajuncajun has quit IRC17:32
*** Kiall has joined #openstack-dns17:33
*** ducttape_ has quit IRC17:38
*** rudrajit_ has joined #openstack-dns17:41
*** krotscheck has quit IRC17:43
*** rudrajit has quit IRC17:44
*** pcaruana has joined #openstack-dns17:44
*** jordanP has quit IRC17:49
*** ccneill has quit IRC17:52
*** stanzgy has quit IRC17:53
*** ccneill has joined #openstack-dns17:54
*** james_li has quit IRC17:59
*** EricGonczer_ has joined #openstack-dns18:03
*** bpokorny has quit IRC18:06
*** bpokorny has joined #openstack-dns18:08
*** rsyed_away is now known as rsyed18:12
*** gord0 has joined #openstack-dns18:16
*** nyechiel_ has joined #openstack-dns18:21
*** boris-42 has joined #openstack-dns18:21
*** ducttape_ has joined #openstack-dns18:24
*** bpokorny has quit IRC18:30
*** nyechiel_ has quit IRC18:33
*** fawadkhaliq has joined #openstack-dns18:36
*** james_li has joined #openstack-dns19:00
*** EricGonczer_ has quit IRC19:02
*** EricGonczer_ has joined #openstack-dns19:03
*** fawadkhaliq has quit IRC19:30
*** fawadkhaliq has joined #openstack-dns19:30
*** bpokorny has joined #openstack-dns19:54
*** ekarlso- has quit IRC19:58
*** ekarlso- has joined #openstack-dns20:11
*** fawadkhaliq has quit IRC20:30
*** fawadkhaliq has joined #openstack-dns20:30
*** fawadkhaliq has quit IRC20:40
*** fawadkhaliq has joined #openstack-dns20:40
*** fawadkhaliq has quit IRC20:50
*** fawadkhaliq has joined #openstack-dns20:51
*** ccneill has quit IRC20:54
*** EricGonczer_ has quit IRC21:02
*** james_li has quit IRC21:10
*** nyechiel_ has joined #openstack-dns21:10
*** james_li has joined #openstack-dns21:18
zigomugsie: Any progress with the "AppRegistryNotReady: Apps aren't loaded yet." issue?21:18
*** nyechiel_ has quit IRC21:23
*** EricGonczer_ has joined #openstack-dns21:25
*** ccneill has joined #openstack-dns21:37
*** openstackgerrit has quit IRC21:48
*** openstackgerrit has joined #openstack-dns21:48
*** ChanServ sets mode: +v openstackgerrit21:48
*** _ducttape_ has joined #openstack-dns21:50
*** ducttape_ has quit IRC21:54
*** _ducttape_ has quit IRC21:57
*** EricGonczer_ has quit IRC22:04
*** rsyed is now known as rsyed_away22:15
*** bpokorny has quit IRC22:22
*** pglass has quit IRC22:22
*** james_li has quit IRC22:33
openstackgerritRahman Syed proposed openstack/python-designateclient: Implement zone export  https://review.openstack.org/29609422:35
*** rsyed_away is now known as rsyed22:35
*** rsyed is now known as rsyed_away22:39
*** bpokorny has joined #openstack-dns22:54
*** km has joined #openstack-dns22:59
*** kei_yama has joined #openstack-dns23:31
*** EricGonczer_ has joined #openstack-dns23:39
mugsiezigo: not really much today. will aim for tomorrow23:48
*** fawadkhaliq has quit IRC23:48
*** fawadkhaliq has joined #openstack-dns23:49
*** ccneill has quit IRC23:51
*** ducttape_ has joined #openstack-dns23:56

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