*** alejandrito has quit IRC | 00:08 | |
*** kzaitsev_mb has quit IRC | 00:41 | |
*** zhurong has joined #murano | 00:42 | |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Let the SessionClient raw_request only return response https://review.openstack.org/258791 | 00:49 |
---|---|---|
*** zhurong has quit IRC | 00:58 | |
*** zhurong has joined #murano | 02:01 | |
*** yamamoto has joined #murano | 02:21 | |
*** zhurong has quit IRC | 02:27 | |
*** ducttape_ has joined #murano | 02:28 | |
*** zhurong has joined #murano | 02:31 | |
*** yamamoto has quit IRC | 02:34 | |
*** yamamoto has joined #murano | 03:27 | |
*** xiangxinyong has quit IRC | 03:27 | |
*** xiangxinyong has joined #murano | 03:29 | |
*** ducttape_ has quit IRC | 03:40 | |
*** ducttape_ has joined #murano | 03:55 | |
*** ducttape_ has quit IRC | 04:12 | |
*** gangadhar has quit IRC | 04:53 | |
*** gangadhar has joined #murano | 05:04 | |
*** ducttape_ has joined #murano | 05:16 | |
*** ducttape_ has quit IRC | 05:17 | |
*** zhurong has quit IRC | 05:31 | |
*** zhurong has joined #murano | 05:32 | |
*** katyafervent_hom has joined #murano | 06:23 | |
*** hidekazu has joined #murano | 07:00 | |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Make package-update help more clear https://review.openstack.org/259308 | 07:21 |
*** enthurohini has joined #murano | 07:37 | |
openstackgerrit | Merged openstack/python-muranoclient: Delete the extra space in delete package print https://review.openstack.org/258783 | 07:37 |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Add Type field_labels for package list https://review.openstack.org/259314 | 07:37 |
*** xiangxinyong has quit IRC | 08:07 | |
*** xiangxinyong has joined #murano | 08:07 | |
openstackgerrit | Rohini Choudhary proposed openstack/murano: Add tag fuctionality for heat stacks https://review.openstack.org/258661 | 08:18 |
*** kodokuu has joined #murano | 08:32 | |
kodokuu | Hi, is it possible to add multi imageType to UI ? | 08:32 |
kodokuu | katyafervent ping :) | 08:33 |
*** vahidh has quit IRC | 08:37 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/murano: [docs] Add the step to add passenv in tox.ini https://review.openstack.org/259326 | 08:38 |
*** Liuqing has joined #murano | 08:40 | |
katyafervent_hom | hi kodokuu! | 08:48 |
kodokuu | hi | 08:49 |
kodokuu | You see my question ? | 08:49 |
katyafervent_hom | yes | 08:49 |
katyafervent_hom | hm, I think it requires some modification in image field | 08:50 |
kodokuu | ok | 08:50 |
kodokuu | Because I have pacakge for rhel6, package for rhel 7 and package for linux server | 08:50 |
katyafervent_hom | you can add new type, that will filter several image types | 08:51 |
kodokuu | So we can't add multi type on one image | 08:51 |
katyafervent_hom | :) | 08:51 |
katyafervent_hom | no, I think it parsed as a string | 08:51 |
kodokuu | I need my rhel6 image have two type, rhel6 and linux | 08:51 |
*** ducttape_ has joined #murano | 08:51 | |
kodokuu | You say I can add a type like rhel6_linux | 08:52 |
kodokuu | and If I write imageType:linux works ? | 08:52 |
katyafervent_hom | yes, or 'all_linux' | 08:52 |
kodokuu | I can't add all_linux | 08:52 |
kodokuu | Because all_linux = linux | 08:53 |
katyafervent_hom | hold on, you can register new image tupe, like you registered rhel6 | 08:53 |
kodokuu | I'll add rhel6_linux, rhel7_linux :) | 08:53 |
katyafervent_hom | it is kind a hack, but it is quick | 08:53 |
*** gangadhar has quit IRC | 08:53 | |
kodokuu | Yes but the question is if I can use imageType: Linux with rhel6_linux TAG on my image :) | 08:54 |
kodokuu | second question | 08:54 |
kodokuu | possible to add regex filter on password type ? | 08:54 |
katyafervent_hom | I think we didn't divide linux type because we checked for os in the installation script itself | 08:54 |
kodokuu | Yes But I my app works just on rhel6 and I launch package with rhel7 | 08:55 |
kodokuu | ho script say no works on rhel 7 | 08:55 |
kodokuu | But I have created stack, env, session, take quota of volume | 08:55 |
kodokuu | Long time for just a message, script no works on your OS | 08:56 |
katyafervent_hom | yes, we need to filter it on UI side | 08:56 |
kodokuu | I think add a field in image tag | 08:56 |
kodokuu | like version | 08:56 |
kodokuu | maybe can be good | 08:57 |
kodokuu | with version : all , 1 ,2, ,3 ,4 ,5 | 08:57 |
kodokuu | a new type :) | 08:57 |
kodokuu | and for my second question ? possible to add regex filter on password type ? | 08:58 |
katyafervent_hom | filtering images is a good topic, I think you can add new blueprint, describe what you need and we will discuss with everybody | 08:59 |
katyafervent_hom | for now you can add some hacks into dashboard code I guess | 08:59 |
kodokuu | ok | 08:59 |
kodokuu | I'll write BP | 08:59 |
katyafervent_hom | thanks | 09:00 |
katyafervent_hom | regarding second question | 09:00 |
*** kzaitsev_mb has joined #murano | 09:00 | |
katyafervent_hom | did you try to add https://github.com/openstack/murano-apps/blob/d3cf423b71003d21591cd624403a2d1b3f5dce40/Docker/Kubernetes/KubernetesPod/package/UI/ui.yaml#L34 | 09:03 |
katyafervent_hom | to the password field in UI ? | 09:03 |
kodokuu | yes | 09:04 |
katyafervent_hom | if it does not work - it is a bug. password field has it's own validators | 09:04 |
kodokuu | Because you password field accept ! or ? and my apps no works with :/ | 09:04 |
katyafervent_hom | and I think it should be replaced with user one (or combined?) | 09:05 |
katyafervent_hom | hm, yeah, special sighs even necessary, those validators were created for Windows apps :) | 09:06 |
katyafervent_hom | so it is a good bug, you are improving murano every day :) | 09:06 |
katyafervent_hom | we just need to fix bugs on time :) | 09:07 |
*** tlashchova has joined #murano | 09:07 | |
*** kzaitsev_mb has quit IRC | 09:09 | |
*** gangadhar has joined #murano | 09:14 | |
kodokuu | I don't know if this is a bug | 09:16 |
kodokuu | I'am no testing that | 09:16 |
kodokuu | I'll test now | 09:16 |
enthurohini | katyafervent_hom, hello | 09:22 |
enthurohini | katyafervent_hom, why this gate-murano-test is providing -1, https://murano-ci.mirantis.com/logs/61/258661/5/check/gate-murano-ubuntu/e257004/ is fhowing no failures | 09:24 |
kodokuu | katyafervent ok so I tried to add regexpValidator on password type but no works. | 09:24 |
*** zhurong has quit IRC | 09:26 | |
gangadhar | Hi all. | 09:26 |
gangadhar | This line giving me error: - $name: "k8s-murano-{0}".format(randomName()) | 09:27 |
*** zhurong has joined #murano | 09:27 | |
*** zhurong has quit IRC | 09:27 | |
gangadhar | 2015-12-18 09:24:37 — while parsing a block mapping in "<string>", line 167, column 9: - $name: "k8s-murano-{0}".format(r ... ^ expected <block end>, but found '<scalar>' in "<string>", line 167, column 32: - $name: "k8s-murano-{0}".format(randomName()) ^ | 09:27 |
gangadhar | slagun ^^^ | 09:30 |
katyafervent_hom | gangadhar:try to use this format format('guid-{0}', randomName()) | 09:30 |
katyafervent_hom | gangadhar:try to use this format - $name: format('guid-{0}', randomName()) | 09:31 |
katyafervent_hom | it should work in the way you have provided, but it can be a bug ( | 09:31 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-specs: Fix murano-specs template https://review.openstack.org/259349 | 09:31 |
gangadhar | katyafervent_hom: $name: "k8s-murano-{0}".format('guid-{0}', randomName()) , right? | 09:32 |
*** openstackgerrit has quit IRC | 09:32 | |
*** openstackgerrit has joined #murano | 09:32 | |
katyafervent_hom | gangadhar: no | 09:40 |
katyafervent_hom | $name: format("k8s-murano-{0}", randomName()) | 09:40 |
katyafervent_hom | string with guid was just an example | 09:41 |
kodokuu | possible to have string type but with password field like ******** | 09:41 |
kodokuu | ? | 09:41 |
kodokuu | without clone field for comfirm password | 09:42 |
kodokuu | because I need to have password without special carac and password field force user to write one special carac | 09:42 |
katyafervent_hom | kodokuu: you can use regular char field, and add regex validator. In that case validator should work and filed will not be cloned | 09:45 |
kodokuu | But I can see the password in field ? or I can hide it ? | 09:45 |
kodokuu | like field : ********* | 09:45 |
katyafervent_hom | but **** will be not added automatically | 09:45 |
kodokuu | hum | 09:46 |
katyafervent_hom | JS need to be provided in murano-dasboard | 09:46 |
kodokuu | in heat you can add hidden: true for add ******* | 09:46 |
*** Liuqing has quit IRC | 09:46 | |
kodokuu | ok new blueprint :D | 09:47 |
katyafervent_hom | hidden: true means different in dynamic UI) | 09:48 |
kodokuu | you have JS 'muranodashboard/js/passwordfield.js' | 09:48 |
katyafervent_hom | https://github.com/murano-project/murano-app-incubator/blob/69950b6c4598a707d17cf578e24f6bc66d99be9e/io.murano.apps.HDPSandbox/UI/ui.yaml#L38 | 09:49 |
katyafervent_hom | kodokuu:you can add js to your field in that way (but file should be in murano-dashboard in advance) | 09:50 |
kodokuu | I can use 'muranodashboard/js/passwordfield.js | 09:51 |
kodokuu | :) | 09:51 |
katyafervent_hom | kodokuu:it is for checking match with confirm field, you don't need that file | 09:54 |
kodokuu | arf no works :/ | 09:54 |
kodokuu | widgetMedia: | 09:54 |
kodokuu | js: ['muranodashboard/js/passwordfield.js'] | 09:54 |
kodokuu | But I can see my input in field :/ | 09:54 |
kodokuu | ok | 09:54 |
kodokuu | what is the JS or CSS for doesn't see input ? | 09:55 |
katyafervent_hom | type="password" for the input field, I think you can insert it with JS | 09:55 |
kodokuu | I checked class PasswordField in field.py | 09:55 |
kodokuu | I don't find where is the conf for hidde the input | 09:58 |
katyafervent_hom | but you need django password field if you want it without any modifications, but it require creating new type of field i | 09:58 |
kodokuu | I guess I have two solution | 09:58 |
kodokuu | 1/ I change special_characters in class PasswordField | 09:58 |
katyafervent_hom | http://stackoverflow.com/questions/6859727/styling-password-fields-in-css | 09:59 |
kodokuu | 2/ I create new param of type:string like hiddenInput: true for hide input | 09:59 |
katyafervent_hom | you have two options use charfield and add js that modifies input 2) add new field, that is inherited from django form filed and use it in your UI form | 10:00 |
kodokuu | or I add a CSS with input[type="password"] with widgetMedia ????? | 10:00 |
katyafervent_hom | :) | 10:00 |
katyafervent_hom | yes, but I'm not sure it is css, since you have to modify existing dom | 10:01 |
katyafervent_hom | or you can publish a commit that adds simple password field - and it will have no clone filed and use *** | 10:02 |
katyafervent_hom | that would be great :) | 10:02 |
kodokuu | when you say charfield, it's type: string ? | 10:02 |
katyafervent_hom | yes | 10:02 |
kodokuu | ok | 10:02 |
kodokuu | I can commit but my issue is not the clone | 10:02 |
kodokuu | is the regex with passwordfield | 10:02 |
kodokuu | and we can't edit this regex with regexValidator | 10:03 |
katyafervent_hom | you will have new field, it will be not connected to current password field and it's validators | 10:03 |
kodokuu | I can see validate_password = django_validator.RegexValidator( | 10:03 |
kodokuu | password_re | 10:03 |
kodokuu | need to change password_re with the regexValidator write in UI.yaml | 10:04 |
katyafervent_hom | so you can apply user-input validators in your new field | 10:04 |
kodokuu | why new field ? Just need change passwordField and add condition If regexValidator exist, replace password_re with regex in ui.yaml | 10:05 |
katyafervent_hom | kodokuu: so everyone can choose - use complicated password field or simple one | 10:06 |
katyafervent_hom | also notice, that you don't have to call validators manually, it is done in https://github.com/openstack/murano-dashboard/blob/master/muranodashboard/dynamic_ui/fields.py#L155 | 10:07 |
katyafervent_hom | and charfield is inherited from that class. so your new field would be a charfield and has 'widget': self.PasswordInput(render_value=True) | 10:09 |
katyafervent_hom | widget and PasswordInput comes from django | 10:09 |
katyafervent_hom | so in our Dynamic UI would be new simple_password filed type | 10:10 |
katyafervent_hom | does it make sense? :) | 10:10 |
katyafervent_hom | If you want you can file a bug and I push the change real quick :) | 10:14 |
openstackgerrit | Rohini Choudhary proposed openstack/murano: Add tagging fuctionality for heat stacks https://review.openstack.org/258661 | 10:24 |
*** kzaitsev_mb has joined #murano | 10:31 | |
*** gangadhar has quit IRC | 10:40 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/murano: [docs] Update to use glance image-create(v2) https://review.openstack.org/259375 | 10:50 |
*** xiangxinyong has quit IRC | 10:50 | |
*** ducttape_ has quit IRC | 10:54 | |
*** Nikolay_St has quit IRC | 10:56 | |
*** naresht has joined #murano | 11:08 | |
*** hidekazu has quit IRC | 11:20 | |
*** kodokuu has quit IRC | 11:22 | |
*** gangaec has joined #murano | 11:22 | |
gangaec | How can I remove an element by index from list in MuranoPL? | 11:23 |
katyafervent_hom | slagun:^^^ also, we missed it in our documentation, right? | 11:25 |
*** kzaitsev_mb has quit IRC | 11:33 | |
gangaec | I have list like $myArr: ["str1", "str2", "str3"]. I want to remove value "str3". | 11:41 |
gangaec | Tried $myArr.pop(), $myArr.remove("str3") and $myArr.delete("str3"). All are throwing exceptions "NoMatchingMethodException" | 11:42 |
gangaec | katyafervent_hom: How can I delete an element from array in MuranoPL? | 11:43 |
*** tlashchova has quit IRC | 11:47 | |
naresht | Hi all. I am running into an error. I tried to find out but no luck, can you help me | 11:51 |
naresht | [yaql.language.exceptions.NoMatchingFunctionException]: No function "#operator_." matches supplied arguments | 11:51 |
*** sergmelikyan has joined #murano | 11:59 | |
*** kzaitsev_mb has joined #murano | 12:03 | |
kzaitsev_mb | ativelkov: are you around? =) | 12:04 |
*** vahidh has joined #murano | 12:06 | |
katyafervent_hom | gangaec:need to wait for slagun | 12:07 |
*** yamamoto has quit IRC | 12:07 | |
katyafervent_hom | naresht:hi! probably you has incorrect expression, please provide your code | 12:08 |
kzaitsev_mb | gangaec: with yaql I can do the following ([1,2,3]).enumerate().where($[0] != 1).map($[1]) | 12:08 |
kzaitsev_mb | probably there is a shorter version ) | 12:08 |
*** zhurong has joined #murano | 12:08 | |
*** Nikolay_St has joined #murano | 12:09 | |
ativelkov | well, the idea is that yaql is a query language, it cannot modify the original data structures | 12:09 |
ativelkov | it may return you a new copy of it | 12:09 |
naresht | katyafervent_hom: Yes it is incorrect expression. I got it now. Thanks | 12:10 |
*** vahidh has quit IRC | 12:10 | |
kzaitsev_mb | gangaec: my option should work. $myArr: $myArr.enumerate().where($[0] != 3).map($[1]) | 12:12 |
katyafervent_hom | ativelkov:creating new list via adding item is much easier :) | 12:12 |
ativelkov | [1,2,3,4].delete(0) will return [2,3,4] | 12:13 |
gangaec | kzaitsev_mb: can you explain that instruction? | 12:13 |
katyafervent_hom | or, so we do have delete operation. need to document that | 12:13 |
ativelkov | delete removes by index | 12:13 |
ativelkov | not by value | 12:14 |
kzaitsev_mb | gangaec: delete is more straightforward | 12:14 |
kzaitsev_mb | use it =) | 12:14 |
kzaitsev_mb | my idea was to 1st enumerate the list, then return new list where the first element (index) != the index you want to delete, and finally squash a list of pairs to a list of single values. | 12:16 |
kzaitsev_mb | gangaec: [str1,str2,str3].delete(1) | 12:16 |
kzaitsev_mb | would return ["str1","str3"] | 12:17 |
kzaitsev_mb | you can get index with .indexOf("str2") if you want to | 12:18 |
*** stan_lagun has joined #murano | 12:19 | |
*** pradiprwt has joined #murano | 12:22 | |
*** slagun has quit IRC | 12:22 | |
gangaec | kzaitsev_mb: Oh, thanks | 12:23 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Update buiding windows image article https://review.openstack.org/259412 | 12:27 |
*** tlashchova has joined #murano | 12:31 | |
*** kzaitsev_mb has quit IRC | 12:45 | |
*** kzaitsev_mb has joined #murano | 12:46 | |
*** yamamoto has joined #murano | 12:46 | |
openstackgerrit | zhurong proposed openstack/murano: fix typo in doc/source/image_builders/upload.rst https://review.openstack.org/259420 | 12:49 |
*** sergmelikyan has quit IRC | 12:50 | |
openstackgerrit | zhurong proposed openstack/python-muranoclient: Remove arguments "{}" and "[]" in function definitions https://review.openstack.org/258852 | 12:55 |
enthurohini | kzaitsev_mb, in this link http://lists.openstack.org/pipermail/openstack-dev/2015-November/080364.html, there is a typo | 12:57 |
kzaitsev_mb | enthurohini: which one? | 12:57 |
*** sergmelikyan has joined #murano | 12:58 | |
enthurohini | kzitsev_mb, where you mentioned [2] and [4] in para. the link includes [ which results in page not found | 12:58 |
kzaitsev_mb | oh, yep | 12:58 |
kzaitsev_mb | I noticed those | 12:58 |
kzaitsev_mb | parser is not smart enough =( | 12:59 |
kzaitsev_mb | but you can still click the links in the bottom =) | 12:59 |
enthurohini | yeah | 12:59 |
kzaitsev_mb | Well, I believe it's not my typo then =) | 13:00 |
enthurohini | well, idk | 13:00 |
kzaitsev_mb | I wonder what's wrong with our releasenotes | 13:00 |
enthurohini | why, what happen | 13:00 |
kzaitsev_mb | enthurohini: anyway there's nothing anyone can do about it now, that the message has been sent | 13:01 |
kzaitsev_mb | enthurohini: http://docs.openstack.org/releasenotes/murano/unreleased.html doesn't include lot's of info =/ | 13:01 |
kzaitsev_mb | not sure why | 13:01 |
kzaitsev_mb | glance has the same problem | 13:02 |
kzaitsev_mb | but nova doesn't | 13:02 |
enthurohini | ok, above link should include all the releasenotes. is it so? | 13:03 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: [docs] Add example of delete item from the list https://review.openstack.org/259426 | 13:03 |
kzaitsev_mb | unreleased, i.e. current beta knotes | 13:04 |
kzaitsev_mb | gotta check our config against nova's | 13:04 |
enthurohini | ok | 13:04 |
*** yamamoto has quit IRC | 13:04 | |
*** yamamoto has joined #murano | 13:09 | |
*** yamamoto has quit IRC | 13:09 | |
kzaitsev_mb | tox -e releasenotes builds just fine, so probably we need to merge something with a releasenote | 13:10 |
*** vgridnev has joined #murano | 13:12 | |
enthurohini | kzaitsev_mb, something can be?? | 13:12 |
kzaitsev_mb | didn't get your question | 13:12 |
enthurohini | what we need to merge? | 13:13 |
kzaitsev_mb | enthurohini: nothing specific | 13:13 |
kzaitsev_mb | I just suggest, that the error might go away as soon as some commit that alters notes would be merged | 13:14 |
gangaec | How to parse json string in MuranoPL? | 13:14 |
kzaitsev_mb | probably there was some error with the releasnotes job | 13:14 |
kzaitsev_mb | gangaec: json string or json object? | 13:14 |
kzaitsev_mb | although tbh — I don't know the answer anyway ))) | 13:14 |
kzaitsev_mb | ativelkov: ^^ | 13:14 |
enthurohini | kzaitsev_mb, yup | 13:15 |
*** ducttape_ has joined #murano | 13:17 | |
gangaec | I have a variable $result: '{ "status": "success", "description": "none"}'. How can I parse it? | 13:17 |
*** raildo-afk is now known as raildo | 13:23 | |
ativelkov | That's a question to stan_lagun | 13:24 |
*** zhurong has quit IRC | 13:26 | |
ativelkov | Actually, I'd prefer a yaql function which builds objects out of some json, but we don't have anything like that in plain yaql. | 13:26 |
gangaec | How can I create a global variable in MuranoPL? | 13:26 |
*** ducttape_ has quit IRC | 13:27 | |
ativelkov | There are no such things as global variables here. Why do you need one? | 13:28 |
gangaec | ativelkov: to edit a variable value in different methods. | 13:29 |
gangaec | I tried something here: http://paste.openstack.org/show/482306/ . But getting below error | 13:29 |
gangaec | 2015-12-18 13:12:31 — [yaql.language.exceptions.NoMatchingFunctionException]: No function "#indexer" matches supplied arguments | 13:29 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add package with application tests example https://review.openstack.org/259434 | 13:32 |
*** yamamoto has joined #murano | 13:32 | |
*** thumpba has joined #murano | 13:32 | |
*** enthurohini has quit IRC | 13:35 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Updated mock release note https://review.openstack.org/259444 | 13:44 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Updated mock release note and mock-index maxdepth https://review.openstack.org/259444 | 13:45 |
*** sergmelikyan has quit IRC | 13:49 | |
*** sergmelikyan has joined #murano | 13:50 | |
*** vahidh has joined #murano | 13:54 | |
katyafervent_hom | kzaitsev_mb ativelkov https://review.openstack.org/#/c/257322/ please review, no activity in 3 days | 13:55 |
katyafervent_hom | and this https://review.openstack.org/#/c/259434/ | 13:58 |
katyafervent_hom | it blocks some other patches | 13:58 |
*** vahidh has quit IRC | 13:59 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Update buiding windows image article https://review.openstack.org/259412 | 14:03 |
*** naresht has quit IRC | 14:03 | |
*** ducttape_ has joined #murano | 14:20 | |
*** ducttape_ has quit IRC | 14:22 | |
*** pradiprwt has quit IRC | 14:23 | |
ativelkov | gangaec: that's strange: the snippet in your paste should work properly, imho. stan_lagun: any idea on that? | 14:25 |
ativelkov | BTW, delete(-1) does not work properly in yaql, looks like a bug | 14:26 |
ativelkov | yaql> [1,2,3].delete(-1) | 14:26 |
ativelkov | [ | 14:26 |
ativelkov | 1, | 14:26 |
ativelkov | 2, | 14:26 |
ativelkov | 3 | 14:26 |
ativelkov | ] | 14:26 |
kzaitsev_mb | ativelkov: care to file it as a bug to yaql? | 14:42 |
*** jsheeren has joined #murano | 14:45 | |
ativelkov | kzaitsev_mb: sure, https://bugs.launchpad.net/yaql/+bug/1527635 | 14:48 |
openstack | Launchpad bug 1527635 in YAQL "Delete on negative index does not work properly" [Undecided,New] | 14:48 |
*** sergmelikyan has quit IRC | 14:57 | |
*** jsheeren has quit IRC | 14:59 | |
*** ducttape_ has joined #murano | 14:59 | |
openstackgerrit | Merged openstack/python-muranoclient: Make package-update help more clear https://review.openstack.org/259308 | 15:01 |
openstackgerrit | Merged openstack/murano: [mocking-machinery] Add original method function https://review.openstack.org/257322 | 15:02 |
*** katyafervent_hom has quit IRC | 15:03 | |
*** enthurohini has joined #murano | 15:08 | |
*** kzaitsev_mb has quit IRC | 15:08 | |
*** kzaitsev_mb has joined #murano | 15:16 | |
*** katyafervent_hom has joined #murano | 15:28 | |
*** vgridnev has quit IRC | 15:37 | |
*** vgridnev has joined #murano | 15:37 | |
*** kzaitsev_mb has quit IRC | 15:39 | |
*** Nikolay_St has quit IRC | 15:51 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: [Ops Manager] Add configuring for sec.group and ips black list https://review.openstack.org/259517 | 16:01 |
*** kzaitsev_mb has joined #murano | 16:35 | |
*** kzaitsev_mb has quit IRC | 16:40 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-apps: Add package with application tests example https://review.openstack.org/259434 | 16:53 |
*** tlashchova has quit IRC | 16:55 | |
*** kzaitsev_mb has joined #murano | 17:36 | |
*** vahidh has joined #murano | 17:37 | |
*** kzaitsev_mb has quit IRC | 17:42 | |
*** vahidh has quit IRC | 17:42 | |
*** yamamoto has quit IRC | 17:48 | |
*** yamamoto has joined #murano | 17:50 | |
*** vahidh has joined #murano | 17:50 | |
*** yamamoto has quit IRC | 17:55 | |
*** kzaitsev_mb has joined #murano | 17:59 | |
*** kzaitsev_mb has quit IRC | 18:03 | |
*** kzaitsev_mb has joined #murano | 18:11 | |
*** enthurohini has quit IRC | 18:20 | |
*** kzaitsev_mb has quit IRC | 18:25 | |
*** yamamoto has joined #murano | 18:53 | |
*** katyafervent_hom has quit IRC | 18:58 | |
*** yamamoto has quit IRC | 18:58 | |
*** ducttape_ has quit IRC | 19:01 | |
*** openstackgerrit has quit IRC | 19:17 | |
*** openstackgerrit has joined #murano | 19:17 | |
*** ducttape_ has joined #murano | 19:18 | |
*** vgridnev has joined #murano | 19:43 | |
*** sergmelikyan has joined #murano | 20:21 | |
*** raildo is now known as raildo-afk | 20:44 | |
*** sergmelikyan has quit IRC | 20:49 | |
*** kzaitsev_mb has joined #murano | 21:17 | |
*** ducttape_ has quit IRC | 21:35 | |
*** ducttape_ has joined #murano | 21:39 | |
*** vgridnev has quit IRC | 22:25 | |
*** ducttape_ has quit IRC | 22:44 | |
*** zhurong has joined #murano | 23:05 | |
*** zhurong has quit IRC | 23:06 | |
*** ducttape_ has joined #murano | 23:44 | |
*** ducttape_ has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!