Tuesday, 2016-02-16

*** _ducttape_ has quit IRC00:03
*** ducttape_ has joined #murano00:40
*** ducttape_ has quit IRC00:45
*** yamamoto has joined #murano00:56
openstackgerritMerged openstack/python-muranoclient: Fix reading of app template file when adding to env template  https://review.openstack.org/28002400:58
openstackgerritHuangsm proposed openstack/murano: Order the packages by parameters' order  https://review.openstack.org/27335001:00
*** yamamoto has quit IRC01:03
*** ducttape_ has joined #murano01:29
*** kzaitsev_mb has quit IRC01:29
*** sergmelikyan has joined #murano01:30
*** sergmelikyan has quit IRC01:44
*** ducttape_ has quit IRC01:44
*** ducttape_ has joined #murano01:47
*** yamamoto has joined #murano01:48
*** jasonsb has quit IRC01:56
*** jasonsb has joined #murano01:57
*** yamamoto has quit IRC02:00
*** zhurong has joined #murano02:01
*** zhurong has quit IRC02:22
*** zhurong has joined #murano02:22
*** ducttape_ has quit IRC02:30
*** 18VAAAIFD has joined #murano02:47
*** ducttape_ has joined #murano03:09
*** Marga__ has joined #murano03:20
*** ducttape_ has quit IRC03:23
*** Marga_ has quit IRC03:23
*** Marga__ has quit IRC03:25
*** ducttape_ has joined #murano03:28
*** ducttape_ has quit IRC03:57
openstackgerritTin Lam proposed openstack/murano: Update documentation to use openstack-client  https://review.openstack.org/28002204:28
*** enthurohini has joined #murano04:52
*** jasonsb has quit IRC05:09
*** jasonsb_ has joined #murano05:10
*** nshenoy has joined #murano05:12
*** enthurohini has quit IRC05:23
*** vgridnev_ has joined #murano06:22
openstackgerritzhurong proposed openstack/murano-dashboard: Add details page for packages  https://review.openstack.org/26887206:50
openstackgerritzhurong proposed openstack/murano-dashboard: Add details page for packages  https://review.openstack.org/26887206:55
*** Marga_ has joined #murano07:00
*** Marga__ has joined #murano07:02
*** Marga_ has quit IRC07:02
openstackgerritzhurong proposed openstack/python-muranoclient: Rename the package-import version parameter  https://review.openstack.org/28008507:03
openstackgerritzhurong proposed openstack/murano-dashboard: Add details page for packages  https://review.openstack.org/26887207:05
*** Liuqing has joined #murano07:05
*** Marga__ has quit IRC07:06
*** Marga_ has joined #murano07:06
openstackgerritYury Tregubov proposed openstack/murano-dashboard: Added negative tests for package import  https://review.openstack.org/27950107:11
*** ruhe has quit IRC07:44
*** ruhe has joined #murano07:45
*** samuelBartel has joined #murano07:56
*** naresht has joined #murano08:01
*** vgridnev_ has quit IRC08:33
*** vgridnev has joined #murano08:34
*** vgridnev has quit IRC08:38
*** vgridnev_ has joined #murano08:39
*** vgridnev_ has quit IRC08:42
*** vgridnev has joined #murano08:43
*** vgridnev has quit IRC08:44
*** gangadhar has joined #murano08:50
*** stan_lagun has quit IRC09:16
*** StanLagun has joined #murano09:17
*** slagun has joined #murano09:22
*** StanLagun has quit IRC09:23
*** klkumar has joined #murano09:25
*** StanLagun has joined #murano09:26
*** slagun has quit IRC09:28
*** zhurong has quit IRC09:28
*** StanLagun has quit IRC09:38
*** Liuqing has quit IRC09:41
*** StanLagun has joined #murano09:45
gangadharHi all09:48
gangadharI want to create/delete array of dictionaries dynamically09:50
StanLagungangadhar: hi!09:53
openstackgerritMaria Zlatkova proposed openstack/murano: [Murano docs] Managing packages -edits  https://review.openstack.org/28057709:53
gangadharStanLagun: Want to create array like this: http://paste.openstack.org/show/487073/09:54
StanLagunso what is the problem?09:54
gangadharHere is code that I want try but not sure it's correct or not. http://paste.openstack.org/show/487074/09:55
gangadharStanLagun: I don't understand what to write on 2 line09:56
StanLagunok, let me write it for you09:58
StanLagungangadhar: is it okay if will work on Liberty+10:00
StanLagun?10:01
gangadharStanLagun: It's fine but it's great if also work in Kilo10:01
openstackgerritMaria Zlatkova proposed openstack/murano: [Murano docs] Managing packages -edits  https://review.openstack.org/28057710:01
StanLagungangadhar: https://paste.ubuntu.com/15090013/10:04
StanLagungangadhar: If you're going to call this function in a loop please consider using select() instead10:05
openstackgerritMaria Zlatkova proposed openstack/murano: [Murano Docs] Log in to murano-spawned instance  https://review.openstack.org/27785210:05
gangadharStanLagun: Thanks. And what about deleting last element?10:06
StanLagunor like this: https://paste.ubuntu.com/15090021/10:06
*** Liuqing has joined #murano10:06
StanLagungangadhar: $.list: $.list.take(len($.list() - 1))10:09
gangadharAnd I can access values like $.list[$indexValue].ip and so10:11
StanLagunyes, you can. But usually you don't need to10:11
StanLagun$.list: $.list.take(len($.list) - 1)10:13
openstackgerritAlexander Gromov proposed openstack/murano-dashboard: Added test on filter apps from env components.  https://review.openstack.org/28042110:27
*** nshenoy has quit IRC11:01
*** enthurohini has joined #murano11:03
openstackgerritMerged openstack/murano-specs: Multiple engine workers  https://review.openstack.org/24627311:16
gangadharStanLagun: https://paste.ubuntu.com/15090021/ Line 20. Getting below error11:28
gangadharyaql.language.exceptions.NoMatchingFunctionException: No function "#operator_." matches supplied arguments11:28
StanLagunthere is no "." on line 2011:32
StanLagun$.string.notNull() -> $.string().notNull()11:32
StanLagunin lines 4-611:33
gangadharI have a small doubt. In my case all values are empty initially (Line: 4-6). So I have just used $.string(). Is there any problem next time if I use $.gcpArray + list($dict)11:37
*** 18VAAAIFD has quit IRC11:40
openstackgerritJacek Tomasiak proposed openstack/python-muranoclient: Make CLI outputs consistent with other OpenStack clients  https://review.openstack.org/28002311:40
openstackgerritNaresh proposed openstack/murano-apps: OpenVPN deployment with Murano, for OpenStack  https://review.openstack.org/27954311:49
StanLagungangadhar: notNull() allows empty string. It just doesn't allow nulls. If you're using string() contracts then why function arguments were .notNull() ?11:50
openstackgerritYury Tregubov proposed openstack/murano-dashboard: extended package toggle active and private tests  https://review.openstack.org/28063712:01
*** kzaitsev_mb has joined #murano12:05
*** raildo-afk is now known as raildo12:11
*** raildo is now known as raildo-afk12:16
*** raildo-afk is now known as raildo12:20
openstackgerritYury Tregubov proposed openstack/murano-dashboard: extended package toggle active and private tests  https://review.openstack.org/28063712:22
*** raildo is now known as raildo-afk12:25
*** yamamoto has joined #murano12:30
*** raildo-afk is now known as raildo12:31
openstackgerritYury Tregubov proposed openstack/murano-dashboard: extended package toggle active and private tests  https://review.openstack.org/28063712:58
*** zhurong has joined #murano13:05
*** tlashchova has joined #murano13:08
*** ducttape_ has joined #murano13:12
openstackgerritAlexander Tivelkov proposed openstack/murano-specs: Service API SDK  https://review.openstack.org/28069013:25
*** ducttape_ has quit IRC13:25
openstackgerritAlexander Tivelkov proposed openstack/murano-specs: Service API SDK  https://review.openstack.org/28069013:26
*** gangadhar has quit IRC13:29
openstackgerritKonstantin Snihyr proposed openstack/murano: New operator 'is' added  https://review.openstack.org/28022713:34
openstackgerritAlexander Tivelkov proposed openstack/murano: Added support of MuranoPL interactive shell  https://review.openstack.org/27256213:47
*** sergmelikyan has joined #murano13:53
*** enthurohini has quit IRC13:54
*** zhurong has quit IRC14:02
*** raildo is now known as raildo-afk14:03
*** zhurong has joined #murano14:08
*** naresht has quit IRC14:08
*** raildo-afk is now known as raildo14:11
*** zhurong has quit IRC14:14
openstackgerritKonstantin Snihyr proposed openstack/murano: New operator 'is' added  https://review.openstack.org/28022714:19
*** enthurohini has joined #murano14:21
*** klkumar has quit IRC14:32
openstackgerritMerged openstack/murano: Improve grammar in reno notes  https://review.openstack.org/28035414:47
openstackgerritMerged openstack/murano: [Core-Library] Reset all out properties during releasing  https://review.openstack.org/27741214:49
*** ducttape_ has joined #murano14:57
*** ducttape_ has quit IRC14:57
*** ducttape_ has joined #murano14:57
*** akulshin has joined #murano14:58
*** akulshin has quit IRC15:03
*** klkumar has joined #murano15:08
*** ksnihyr has joined #murano15:13
*** Liuqing has quit IRC15:21
*** Liuqing has joined #murano15:22
*** Liuqing has quit IRC15:22
*** kzaitsev_mb has quit IRC15:59
*** Marga_ has quit IRC16:13
*** klkumar has quit IRC16:51
openstackgerritMerged openstack/python-muranoclient: Fix inconsistent argument name/placeholder in EnvTemplateManager.delete_app  https://review.openstack.org/28002016:54
openstackgerritMerged openstack/python-muranoclient: Rename the package-import version parameter  https://review.openstack.org/28008516:57
*** kzaitsev_mb has joined #murano16:58
openstackgerritMerged openstack/murano: New operator 'is' was added  https://review.openstack.org/28022717:00
openstackgerritMerged openstack/murano-dashboard: Added test on filter apps by new category.  https://review.openstack.org/27958717:01
openstackgerritMerged openstack/murano: Update documentation to use openstack-client  https://review.openstack.org/28002217:01
*** Marga_ has joined #murano17:05
*** Marga_ has quit IRC17:05
*** Marga_ has joined #murano17:05
*** samuelBartel has quit IRC17:13
openstackgerritOmar Shykhkerimov proposed openstack/python-muranoclient: Deletes redundant line in shell.py file  https://review.openstack.org/28084617:45
*** sergmelikyan has quit IRC17:58
*** sergmelikyan has joined #murano18:00
*** Marga__ has joined #murano18:01
*** sergmelikyan has quit IRC18:02
*** sergmelikyan has joined #murano18:03
*** vgridnev has joined #murano18:03
*** Marga_ has quit IRC18:05
*** yamamoto has quit IRC18:05
*** yamamoto has joined #murano18:10
openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/28086018:13
openstackgerritOpenStack Proposal Bot proposed openstack/murano-dashboard: Updated from global requirements  https://review.openstack.org/28086118:13
openstackgerritOpenStack Proposal Bot proposed openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/28086518:17
*** kzaitsev_mb has quit IRC18:23
*** sergmelikyan has quit IRC18:27
*** jasonsb_ has quit IRC18:28
*** sergmelikyan has joined #murano18:31
*** kzaitsev_mb has joined #murano18:36
*** yamamoto has quit IRC18:49
*** kzaitsev_mb has quit IRC19:04
*** vgridnev has quit IRC19:14
openstackgerritRohini Choudhary proposed openstack/python-muranoclient: Add Environment support for openstack CLI  https://review.openstack.org/27010319:46
*** yamamoto has joined #murano19:50
*** yamamoto has quit IRC19:56
*** Marga__ has quit IRC19:58
*** Marga_ has joined #murano19:58
*** enthurohini has quit IRC20:04
*** jfluhmann has joined #murano20:11
*** ksnihyr has quit IRC20:17
*** ksnihyr has joined #murano20:18
*** ksnihyr has quit IRC20:22
*** Nikolay_St has quit IRC20:24
*** jfluhmann has quit IRC20:28
*** kzaitsev_mb has joined #murano20:40
*** raildo is now known as raildo-afk21:01
*** Marga_ has quit IRC21:21
*** Marga_ has joined #murano21:21
*** Marga_ has quit IRC21:25
*** Marga_ has joined #murano21:28
*** Marga_ has quit IRC21:33
openstackgerritMerged openstack/murano: Updated from global requirements  https://review.openstack.org/28086022:07
openstackgerritMerged openstack/murano-dashboard: Updated from global requirements  https://review.openstack.org/28086122:15
*** Marga_ has joined #murano22:16
*** Marga_ has quit IRC22:17
*** Marga_ has joined #murano22:17
*** Marga_ has quit IRC22:18
*** Marga_ has joined #murano22:18
*** ksnihyr has joined #murano22:19
*** ksnihyr has quit IRC22:25
openstackgerritMerged openstack/python-muranoclient: Deletes redundant line in shell.py file  https://review.openstack.org/28084622:33
openstackgerritMerged openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/28086522:37
*** ksnihyr has joined #murano23:22
*** ksnihyr has quit IRC23:26
*** ducttape_ has quit IRC23:31
openstackgerritMerged openstack/python-muranoclient: Make CLI outputs consistent with other OpenStack clients  https://review.openstack.org/28002323:33
openstackgerritSatish Grandhi proposed openstack/murano-specs: Today murano can deploy applications only on Openstack using HEAT  https://review.openstack.org/28098523:34
*** ruhe2 has joined #murano23:35
*** ByPasS_ has joined #murano23:35
*** wasmum- has joined #murano23:36
*** ruhe has quit IRC23:37
*** ByPasS has quit IRC23:37
*** wasmum has quit IRC23:37
*** ativelkov has quit IRC23:37
*** ruhe2 is now known as ruhe23:37
*** ByPasS_ is now known as ByPasS23:37
*** ativelkov has joined #murano23:41

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