kong | szaher: i installed latest master branch, i can see there is 'image_id' parameter for glance.images_get | 00:14 |
---|---|---|
kong | | 83209136-e0d9-4dcf-b029-c5c382f43d5d | glance.images_get | True | image_id | None | <none> | 2016-10-20 01:57:26 | None | | 00:14 |
*** enykeev has quit IRC | 00:15 | |
*** enykeev has joined #openstack-mistral | 00:16 | |
*** bobh has joined #openstack-mistral | 00:16 | |
*** bobh has quit IRC | 00:21 | |
*** chlong has quit IRC | 00:56 | |
*** bobh has joined #openstack-mistral | 01:17 | |
*** bobh has quit IRC | 01:21 | |
*** chlong has joined #openstack-mistral | 02:15 | |
*** bobh has joined #openstack-mistral | 03:43 | |
*** bobh has quit IRC | 03:47 | |
*** toure has quit IRC | 05:33 | |
*** toure has joined #openstack-mistral | 05:35 | |
*** bobh has joined #openstack-mistral | 05:44 | |
*** bobh has quit IRC | 05:49 | |
*** chlong has quit IRC | 06:55 | |
*** d0ugal has joined #openstack-mistral | 07:17 | |
*** harlowja has joined #openstack-mistral | 07:17 | |
*** d0ugal has quit IRC | 07:23 | |
*** jaosorior has joined #openstack-mistral | 07:25 | |
*** d0ugal has joined #openstack-mistral | 07:30 | |
*** d0ugal has quit IRC | 07:36 | |
*** jpich has joined #openstack-mistral | 07:39 | |
*** bobh has joined #openstack-mistral | 07:46 | |
*** d0ugal has joined #openstack-mistral | 07:49 | |
*** bobh has quit IRC | 07:51 | |
openstackgerrit | Merged openstack/mistral: Fix a bug in the algo that determines if a route is possible https://review.openstack.org/390390 | 08:14 |
*** jaosorior has quit IRC | 08:30 | |
*** d0ugal has quit IRC | 08:36 | |
*** bobh has joined #openstack-mistral | 08:47 | |
*** bobh has quit IRC | 08:51 | |
*** d0ugal has joined #openstack-mistral | 08:58 | |
*** janki has joined #openstack-mistral | 09:04 | |
*** jaosorior has joined #openstack-mistral | 09:07 | |
*** jaosorior_ has joined #openstack-mistral | 09:09 | |
*** jaosorior_ has quit IRC | 09:10 | |
*** jaosorior_ has joined #openstack-mistral | 09:10 | |
*** jaosorior has quit IRC | 09:12 | |
*** jaosorior_ is now known as jaosorior | 09:13 | |
*** brunograz has joined #openstack-mistral | 09:38 | |
*** harlowja has quit IRC | 09:55 | |
*** harlowja has joined #openstack-mistral | 09:55 | |
openstackgerrit | Merged openstack/mistral: Enable DeprecationWarning in test environments https://review.openstack.org/390745 | 09:59 |
openstackgerrit | Lingxian Kong proposed openstack/mistral: Use service catalog from authentication response https://review.openstack.org/390690 | 10:05 |
*** jaosorior has quit IRC | 10:26 | |
*** janki has quit IRC | 10:30 | |
*** bobh has joined #openstack-mistral | 10:48 | |
*** bobh has quit IRC | 10:54 | |
*** blinky_ghost has joined #openstack-mistral | 11:00 | |
blinky_ghost | hi all, I'm trying to install mistral for the first time. Can anybody tell me in a server with multiple interfaces how do I select the ip I want to bind the service on? I don't see that on the mistral.conf file. Thanks | 11:02 |
*** harlowja has quit IRC | 11:04 | |
*** d0ugal has quit IRC | 11:06 | |
*** pbelamge has joined #openstack-mistral | 11:39 | |
*** bobh has joined #openstack-mistral | 11:49 | |
*** bobh has quit IRC | 11:54 | |
*** d0ugal has joined #openstack-mistral | 12:07 | |
*** harlowja has joined #openstack-mistral | 12:08 | |
*** ruhe2 has joined #openstack-mistral | 12:09 | |
*** ruhe has quit IRC | 12:10 | |
*** ruhe2 is now known as ruhe | 12:10 | |
*** FL1SK has quit IRC | 12:20 | |
*** d0ugal has quit IRC | 12:26 | |
*** catintheroof has joined #openstack-mistral | 12:29 | |
ddeja | blinky_ghost: Hi. I don't have access for any mistral installation right now, but I'm sure there is such option in mistral.conf. By deafult it is set to 0.0.0.0 | 12:32 |
*** harlowja has quit IRC | 12:33 | |
ddeja | If you can paste your config somewhere, I can find it | 12:33 |
*** janki has joined #openstack-mistral | 12:36 | |
*** FL1SK has joined #openstack-mistral | 12:36 | |
*** d0ugal has joined #openstack-mistral | 12:37 | |
*** janki has quit IRC | 13:11 | |
*** harlowja has joined #openstack-mistral | 13:26 | |
blinky_ghost | ddeja: sure, a second | 13:35 |
blinky_ghost | ddeja: http://paste.openstack.org/show/587258/ | 13:40 |
ddeja | blinky_ghost: oh, it's not in the config | 13:46 |
ddeja | but from the look into the code it looks like you can add a seciot [api] | 13:46 |
ddeja | and here you can configure both host and port | 13:47 |
ddeja | https://github.com/openstack/mistral/blob/master/mistral/config.py#L60-L81 | 13:48 |
ddeja | I'm not sure why those didn't got automatically genereted when you installed mistral | 13:48 |
*** bobh has joined #openstack-mistral | 13:51 | |
blinky_ghost | ddeja: ok thanks Ill check it out | 13:52 |
*** d0ugal has quit IRC | 13:53 | |
blinky_ghost | ddeja: another question: I'm using this heat template https://github.com/openstack/heat-templates/blob/master/hot/mistral/templates/stack_restarter.yaml to recreate a vm when it's deleted, but nothing happens after I delete the vm. Can you tell me if this template supports that functionality? | 13:54 |
ddeja | blinky_ghost: I can't tell you, I'm not a heat expert | 13:55 |
*** bobh has quit IRC | 13:56 | |
ddeja | from the mistral workflow perpective it looks ok, but I don't know how it looks on the heat side | 13:56 |
*** harlowja has quit IRC | 14:22 | |
*** pbelamge has quit IRC | 14:22 | |
*** harlowja has joined #openstack-mistral | 14:33 | |
*** harlowja has quit IRC | 14:35 | |
*** blinky_ghost has quit IRC | 14:37 | |
*** harlowja has joined #openstack-mistral | 14:38 | |
*** harlowja has quit IRC | 14:42 | |
*** TonyXu has joined #openstack-mistral | 14:48 | |
*** rrecio has joined #openstack-mistral | 14:51 | |
*** harlowja has joined #openstack-mistral | 15:01 | |
*** rrecio has quit IRC | 15:02 | |
*** rrecio has joined #openstack-mistral | 15:03 | |
*** TonyXu has quit IRC | 15:03 | |
*** TonyXu has joined #openstack-mistral | 15:05 | |
*** harlowja has quit IRC | 15:07 | |
*** brunograz has quit IRC | 15:24 | |
*** bobh has joined #openstack-mistral | 15:53 | |
*** bobh has quit IRC | 16:02 | |
*** jpich has quit IRC | 16:31 | |
*** zigo has quit IRC | 16:40 | |
*** zigo has joined #openstack-mistral | 16:45 | |
*** bobh has joined #openstack-mistral | 16:59 | |
*** catintheroof has quit IRC | 17:00 | |
*** bobh has quit IRC | 17:03 | |
*** bobh has joined #openstack-mistral | 18:00 | |
*** bobh has quit IRC | 18:04 | |
*** d0ugal has joined #openstack-mistral | 18:56 | |
*** d0ugal has quit IRC | 19:09 | |
*** bobh has joined #openstack-mistral | 20:01 | |
*** bobh has quit IRC | 20:11 | |
*** bobh has joined #openstack-mistral | 21:08 | |
*** bobh has quit IRC | 21:13 | |
*** bobh has joined #openstack-mistral | 22:09 | |
*** bobh has quit IRC | 22:21 | |
*** rrecio_ has joined #openstack-mistral | 22:44 | |
*** rrecio_ has quit IRC | 22:44 | |
*** rrecio_ has joined #openstack-mistral | 22:45 | |
*** rrecio has quit IRC | 22:45 | |
*** rrecio has joined #openstack-mistral | 22:46 | |
*** rrecio has quit IRC | 22:46 | |
*** rrecio_ has quit IRC | 22:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!