Friday, 2016-09-09

*** shu-mutou has joined #senlin00:10
*** shu-mutou is now known as shu-mutou-AFK00:36
*** zhurong has joined #senlin01:05
*** yanyanhu has joined #senlin01:21
*** elynn has joined #senlin01:33
openstackgerritQiming Teng proposed openstack/senlin: Missing Parameter in the exception handling process  https://review.openstack.org/36646801:33
*** elynn has quit IRC01:38
*** elynn has joined #senlin01:38
openstackgerritMerged openstack/senlin: Use scenario for az and flavor validation test  https://review.openstack.org/36725702:39
openstackgerritMerged openstack/senlin: Use scenario for image and keypair unit tests  https://review.openstack.org/36739302:40
Qiminghi03:14
Qiminganyone has experience on booting a server from a volume?03:14
elynnno...03:15
openstackgerritRUIJIE YUAN proposed openstack/senlin: Support cluster replace action  https://review.openstack.org/36722303:30
openstackgerritRUIJIE YUAN proposed openstack/senlin: Support cluster replace action  https://review.openstack.org/36722303:46
*** shu-mutou-AFK is now known as shu-mutou03:51
*** willise has quit IRC04:23
*** elynn has quit IRC04:27
xuhaiweihi Qiming04:29
openstackgerritRUIJIE YUAN proposed openstack/senlin: Support cluster replace action  https://review.openstack.org/36722304:39
*** elynn has joined #senlin05:00
*** elynn has quit IRC05:04
*** elynn has joined #senlin05:05
Qiminghi, xuhaiwei05:11
xuhaiweiQiming, I am running senlin on a dedicated node, all the other services like nova, glance are running on the other vm, so in order to connect to nova, glance server, I need to configure senlin.conf?05:12
Qimingsenlin service need to interact with keystone, via AUTH_URL setting05:14
Qimingthen it finds the endpoints of other services from keystone and interacts with them05:15
Qimingso ... senlin need to be able to reach keystone IP and nova/glance IP05:15
Qimingthat is all05:15
xuhaiweinow, senlin can get the endpoint of keystone,  but can't get the endpoint of glance05:16
Qimingnot registered to keystone?05:16
xuhaiweisenlin's endpoint is registerd05:17
xuhaiweinow senlin node-list can be ran correctly, but when creating a node, can get the image05:17
Qimingyou cannot get glance endpoint?05:18
xuhaiweiglance endpoint and keystone endpoint are the same, senlin can get keystone's endpoint05:19
xuhaiweiI configured keystone auth_url in senlin.conf, so it can get the keystone endpoint, from the keystone service catalog, senlin can get the endpoints of other services?05:20
*** lulei has quit IRC05:22
Qimingare the same?05:31
Qimingif you are using the latest devstack env05:32
Qimingkeystone is no longer registered at port 5000, 35357 etc05:32
Qimingit is registered under a path behind the webserver e.g. http://<ip>/identity/05:33
Qimingglance, may still  using its port05:33
Qimingthese really doesn't matter05:33
xuhaiweimy environment is a little different, I am using kilo version openstack , now I want to add senlin, so I installed mitaka version senlin05:33
Qimingthe key is that the keystone endpoint is the entry point, it should be reachable05:33
Qimingokay? then you will need an older version of openstacksdk05:34
xuhaiweinow I am using 0.9.505:34
Qimingokay, then you must be careful05:35
Qimingthere might be things incompatible05:35
xuhaiweiI am also thinking it's openstacksdk's problem, because I can see nova got the request of senlin, but just can't find the image05:35
Qimingare you sure you DO have the image?05:36
Qimingif it is cirros05:36
Qimingit would be 0.3.2, not 0.3.405:36
xuhaiweiI created a ubuntu image05:36
xuhaiweiI also installed glanceclient in senlin node, I can see the image registered from image-list05:37
Qimingokay, could it be a tenant problem? you were creating image in one project, but you are trying to get it from another project ...05:38
Qimingyou may have to try a few small scripts to figure out where the link is broken05:38
xuhaiweiok, thanks05:40
Qimingxuhaiwei, this is a script I'm using for testing05:42
Qiminghttp://paste.openstack.org/show/570136/05:42
xuhaiweiI will refer to it, thanks05:43
Qiminganother script for debugging with keystone05:44
Qiminghttp://paste.openstack.org/show/570137/05:44
openstackgerritRUIJIE YUAN proposed openstack/senlin: Support cluster replace action  https://review.openstack.org/36722305:45
openstackgerritmiaohb proposed openstack/senlin: Fix error in profile_type.rst  https://review.openstack.org/36776306:32
openstackgerritHa Van Tu proposed openstack/senlin: [api-ref] Re-allocation response example  https://review.openstack.org/36778107:23
openstackgerritMerged openstack/senlin-dashboard: Add private function to populate request and page size  https://review.openstack.org/36739807:33
openstackgerritXueFeng Liu proposed openstack/senlin: remove ProfileInUse  https://review.openstack.org/36778907:37
*** yanyanhu has quit IRC07:41
*** yanyanhu has joined #senlin07:41
openstackgerritmiaohb proposed openstack/python-senlinclient: Fix error in do_profile_type_list  https://review.openstack.org/36779107:41
openstackgerritMerged openstack/python-senlinclient: Fix error in do_profile_type_list  https://review.openstack.org/36779108:08
openstackgerritMerged openstack/senlin: Fix error in profile_type.rst  https://review.openstack.org/36776308:33
openstackgerritMerged openstack/senlin: remove ProfileInUse  https://review.openstack.org/36778908:38
*** lulei has joined #senlin08:39
*** yanyanhu has quit IRC09:20
*** elynn has quit IRC09:25
openstackgerritCao Xuan Hoang proposed openstack/senlin: TrivialFix: Remove cfg import unused  https://review.openstack.org/36786109:25
*** zhurong has quit IRC10:03
openstackgerritQiming Teng proposed openstack/senlin: Rework _update_image logic for nova server profile  https://review.openstack.org/36791310:12
openstackgerritQiming Teng proposed openstack/senlin: Rework name checking and updating  https://review.openstack.org/36791410:12
openstackgerritMerged openstack/senlin: TrivialFix: Remove cfg import unused  https://review.openstack.org/36786110:33
*** lulei has quit IRC11:00
*** elynn has joined #senlin11:18
openstackgerritMerged openstack/senlin: Rework _update_image logic for nova server profile  https://review.openstack.org/36791312:41
openstackgerritMerged openstack/senlin: Rework name checking and updating  https://review.openstack.org/36791412:41
*** zzxwill has joined #senlin13:08
*** zzxwill has quit IRC13:11
*** AlexeyAbashkin has joined #senlin13:59
*** zhurong has joined #senlin14:20
*** zhurong has quit IRC14:48
*** Drago has joined #senlin15:01
*** Drago has joined #senlin15:02
*** openstackgerrit has quit IRC15:49
*** openstackgerrit has joined #senlin15:50
*** ChanServ sets mode: +v openstackgerrit15:50
-openstackstatus- NOTICE: New setuptools release appears to have a circular import which is breaking many jobs - check for ImportError: cannot import name monkey.15:55
*** ChanServ changes topic to "New setuptools release appears to have a circular import which is breaking many jobs - check for ImportError: cannot import name monkey."15:55
*** Drago has quit IRC16:05
openstackgerritOpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements  https://review.openstack.org/36812716:12
*** Drago has joined #senlin16:22
*** ChanServ changes topic to "IRCLog: http://eavesdrop.openstack.org/irclogs/%23senlin/ | Bugs: bugs.launchpad.net/senlin | Review: https://review.openstack.org/#/q/project:openstack/senlin,n,z"16:59
-openstackstatus- NOTICE: setuptools 27.1.2 addresses the circular import16:59
*** xuhaiwei has quit IRC19:09
*** openstackstatus has quit IRC20:57
*** openstackstatus has joined #senlin21:00
*** ChanServ sets mode: +v openstackstatus21:00
*** zhurong has joined #senlin22:46
*** zhurong has quit IRC22:54
*** Drago has quit IRC22:57

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