*** tkajinam_ has quit IRC | 00:43 | |
*** tkajinam has joined #heat | 00:43 | |
*** tkajinam_ has joined #heat | 01:00 | |
*** tkajinam has quit IRC | 01:00 | |
*** bnemec has quit IRC | 01:31 | |
*** jawad_axd has joined #heat | 02:39 | |
*** jawad_axd has quit IRC | 02:43 | |
*** jawad_axd has joined #heat | 03:00 | |
*** jawad_axd has quit IRC | 03:04 | |
zaneb | "No images matching {'name': 'Fedora-Cloud-Base-29-1.2.x86_64'}" | 03:24 |
---|---|---|
zaneb | ruh roh | 03:25 |
*** udesale has joined #heat | 04:49 | |
*** zaneb has quit IRC | 05:08 | |
*** jdandrea has quit IRC | 05:23 | |
*** udesale has quit IRC | 05:56 | |
*** udesale has joined #heat | 05:56 | |
*** tkajinam__ has joined #heat | 06:37 | |
*** tkajinam_ has quit IRC | 06:39 | |
*** tkajinam_ has joined #heat | 06:42 | |
*** tkajinam__ has quit IRC | 06:44 | |
*** zaneb has joined #heat | 07:09 | |
*** ramishra has quit IRC | 07:18 | |
*** NobodyCam has quit IRC | 07:18 | |
*** dopplergange has quit IRC | 07:18 | |
*** lifeless has quit IRC | 07:19 | |
*** zigo has quit IRC | 07:19 | |
*** Satarel has quit IRC | 07:19 | |
*** brtknr has quit IRC | 07:19 | |
*** openstackstatus has quit IRC | 07:20 | |
*** maddtux has joined #heat | 07:49 | |
*** jawad_axd has joined #heat | 08:04 | |
*** ramishra has joined #heat | 08:05 | |
*** NobodyCam has joined #heat | 08:05 | |
*** dopplergange has joined #heat | 08:05 | |
*** lifeless has joined #heat | 08:05 | |
*** zigo has joined #heat | 08:05 | |
*** Satarel has joined #heat | 08:05 | |
*** brtknr has joined #heat | 08:05 | |
*** zzzeek has quit IRC | 08:08 | |
*** tkajinam_ has quit IRC | 08:11 | |
*** zzzeek has joined #heat | 08:11 | |
*** dmellado has quit IRC | 08:34 | |
*** dmellado has joined #heat | 08:35 | |
*** gfidente has joined #heat | 08:38 | |
*** maddtux_ has joined #heat | 08:54 | |
*** maddtux has quit IRC | 08:57 | |
*** aiyengar__ has joined #heat | 08:59 | |
*** maddtux_ has quit IRC | 09:02 | |
*** rcernin_ has joined #heat | 09:04 | |
*** rcernin has quit IRC | 09:04 | |
*** k_mouza has joined #heat | 09:17 | |
*** openstackgerrit has joined #heat | 09:34 | |
openstackgerrit | Gregory Thiemonge proposed openstack/heat master: Add support for Octavia's Flavor and FlavorProfile resources https://review.opendev.org/701910 | 09:34 |
openstackgerrit | Bence Romsics proposed openstack/heat master: New resource OS::Neutron::ExtraRouteSet https://review.opendev.org/675913 | 09:41 |
*** rcernin_ has quit IRC | 10:34 | |
tacco | hey there. I have some questions about the heat designate resource. | 10:38 |
tacco | We've setup a new openstack with train. Before we had pike. | 10:38 |
tacco | And want to recycle the old heat templates. | 10:38 |
tacco | but for designate i got this error and can't figure out whats wrong in here. | 10:38 |
tacco | the output says "ERROR: Property error: : resources.record_set_a.properties.zone: : 'DesignateClientPlugin' object has no attribute '_get_service_name' | 10:39 |
tacco | http://paste.openstack.org/show/788521/ | 10:39 |
tacco | this is my resource. Have no clue if this comes from the client or the new OS::Designate::RecordSet resource | 10:40 |
tacco | before it was just OS::Designate::Record | 10:40 |
*** jawad_axd has quit IRC | 11:35 | |
*** jawad_axd has joined #heat | 12:10 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix Designate Zone ID lookup for real https://review.opendev.org/703066 | 12:17 |
ramishra | tacco: that seems like a regression from some designate v1 support removal from heat, I've pushed a patch | 12:18 |
ramishra | also, looks like _get_service_name is not implemented for many plugins, so that's another bug:/ | 12:28 |
ramishra | to fix another time, not going to spoil my PTO:) | 12:30 |
tacco | ramishra: thanks for the quick response | 12:39 |
*** dmellado has quit IRC | 12:41 | |
*** dmellado has joined #heat | 12:44 | |
*** udesale_ has joined #heat | 12:45 | |
*** udesale has quit IRC | 12:48 | |
*** jdandrea has joined #heat | 12:56 | |
*** jdandrea has quit IRC | 12:57 | |
tacco | ramishra: i've tested to patch.. now heat runs fine.. but when the stack is build i got the following error "AttributeError: resources.record_set_a: 'DesignateClientPlugin' object has no attribute 'V2' " | 13:00 |
tacco | stack runs fine means the command stack create don't throw any error anymore | 13:01 |
*** gfidente has quit IRC | 13:27 | |
*** ricolin has joined #heat | 13:30 | |
*** gfidente has joined #heat | 13:42 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix Designate Zone ID lookup for real https://review.opendev.org/703066 | 14:02 |
ramishra | tacco: ^^^ that should do.. sorry, it's my patch which broke all these:/ | 14:03 |
tacco | ramishra: ah.. thanks will try | 14:12 |
tacco | ramishra: perfect this works now. Thanks a lot. Hope this goes upstream soon. | 14:17 |
*** hjensas has quit IRC | 14:19 | |
*** k_mouza has quit IRC | 14:20 | |
*** k_mouza has joined #heat | 14:20 | |
*** jdandrea has joined #heat | 14:53 | |
tacco | ramishra: i already opend a bug report about this.. hope this helps to keep track on this. https://bugs.launchpad.net/heat/+bug/1860110 | 14:58 |
openstack | Launchpad bug 1860110 in python-designateclient "'DesignateClientPlugin' object has no attribute '_get_service_name'" [Undecided,New] | 14:58 |
tacco | but i guess i opend it in the wrong project.. but linked it to heat as well. | 14:59 |
*** jawad_axd has quit IRC | 15:05 | |
*** jawad_axd has joined #heat | 15:08 | |
*** jawad_ax_ has joined #heat | 15:13 | |
*** jawad_axd has quit IRC | 15:13 | |
*** jawad_ax_ has quit IRC | 15:18 | |
*** jawad_axd has joined #heat | 15:54 | |
*** jawad_axd has quit IRC | 15:59 | |
*** udesale_ has quit IRC | 16:01 | |
*** udesale has joined #heat | 16:03 | |
*** udesale has quit IRC | 16:10 | |
*** jawad_axd has joined #heat | 16:15 | |
*** jawad_axd has quit IRC | 16:19 | |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Fix Designate Zone ID lookup for real https://review.opendev.org/703066 | 16:21 |
openstackgerrit | Rabi Mishra proposed openstack/heat master: Remove image upload dependency on g-reg https://review.opendev.org/703113 | 16:21 |
ramishra | ricolin Hey! ^^^ gate fix and borked designate resources fix | 16:23 |
*** aiyengar__ has quit IRC | 16:33 | |
*** udesale has joined #heat | 16:37 | |
*** udesale has quit IRC | 17:00 | |
*** k_mouza has quit IRC | 17:32 | |
*** gfidente has quit IRC | 17:51 | |
*** jawad_axd has joined #heat | 18:22 | |
*** jawad_axd has quit IRC | 18:27 | |
*** k_mouza has joined #heat | 18:41 | |
*** bnemec has joined #heat | 18:44 | |
*** ayoung has quit IRC | 18:44 | |
*** bnemec is now known as beekneemech | 18:45 | |
*** k_mouza has quit IRC | 18:46 | |
*** jawad_axd has joined #heat | 18:53 | |
*** jawad_axd has quit IRC | 18:58 | |
*** jawad_axd has joined #heat | 19:13 | |
*** jawad_axd has quit IRC | 19:18 | |
*** k_mouza has joined #heat | 19:33 | |
*** jawad_axd has joined #heat | 19:34 | |
*** k_mouza has quit IRC | 19:38 | |
*** jawad_axd has quit IRC | 19:38 | |
*** jawad_axd has joined #heat | 19:55 | |
*** jawad_axd has quit IRC | 20:00 | |
*** openstackstatus has joined #heat | 20:00 | |
*** ChanServ sets mode: +v openstackstatus | 20:00 | |
*** jtomasek has quit IRC | 20:03 | |
*** jawad_axd has joined #heat | 20:21 | |
*** jawad_axd has quit IRC | 20:25 | |
*** jawad_axd has joined #heat | 20:42 | |
*** jawad_axd has quit IRC | 20:46 | |
*** jawad_axd has joined #heat | 21:02 | |
*** jawad_axd has quit IRC | 21:07 | |
*** jawad_axd has joined #heat | 21:23 | |
*** jawad_axd has quit IRC | 21:27 | |
*** jawad_axd has joined #heat | 21:44 | |
*** jawad_axd has quit IRC | 21:49 | |
*** jawad_axd has joined #heat | 22:04 | |
*** jawad_axd has quit IRC | 22:09 | |
*** jawad_axd has joined #heat | 22:25 | |
*** jawad_axd has quit IRC | 22:30 | |
openstackgerrit | Nafiz Haider proposed openstack/heat master: Add quota parameters to neutron quota resource https://review.opendev.org/703204 | 22:44 |
*** jawad_axd has joined #heat | 22:46 | |
*** ayoung has joined #heat | 22:49 | |
*** jawad_axd has quit IRC | 22:50 | |
*** jawad_axd has joined #heat | 23:07 | |
*** jawad_axd has quit IRC | 23:12 | |
*** jawad_axd has joined #heat | 23:27 | |
*** jawad_axd has quit IRC | 23:32 | |
*** k_mouza has joined #heat | 23:34 | |
*** k_mouza has quit IRC | 23:39 | |
*** jawad_axd has joined #heat | 23:48 | |
*** jawad_axd has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!