Tuesday, 2016-12-20

*** kevo has quit IRC00:02
Kevin_ZhengHi all, is here where I can ask questions about osc?00:30
*** john-davidge has joined #openstack-sdks00:31
*** john-davidge has quit IRC00:36
*** lamt has joined #openstack-sdks00:53
*** amotoki has joined #openstack-sdks00:56
*** hoangcx has joined #openstack-sdks00:58
*** chlong has quit IRC00:59
*** huanxuan has joined #openstack-sdks01:05
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: change os in command example to openstack  https://review.openstack.org/41266901:08
*** amotoki has quit IRC01:11
*** amotoki has joined #openstack-sdks01:12
Kevin_Zhengping stevemar01:17
stevemarpong Kevin_Zheng01:17
Kevin_Zhenghi, I have a question01:17
Kevin_Zhengyou know nova boot just support provide auto and none as network parameter in microversion 2.3701:18
Kevin_ZhengI really like to add it to osc also01:19
Kevin_Zhengso should it be a bug or blueprint?01:19
Kevin_Zhengis it possible to add new blueprint now for Ocata?01:19
openstackgerritWang Hui proposed openstack/golang-client: Add crud operation of volume API v3  https://review.openstack.org/41238401:19
stevemarKevin_Zheng: we are very flexible for adding new functionality (don't worry about timelines)01:20
stevemarKevin_Zheng: but a bug seems fine01:20
Kevin_Zhengok then, I will file a bug then01:20
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: change os in command example to openstack(2)  https://review.openstack.org/41267301:22
stevemarKevin_Zheng: awesome!01:22
*** amotoki has quit IRC01:28
*** amotoki has joined #openstack-sdks01:30
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: change os in command example to openstack(3)  https://review.openstack.org/41267801:30
*** yanyanhu has joined #openstack-sdks01:34
*** zhiyong has joined #openstack-sdks01:45
*** gouthamr has quit IRC02:10
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: Should support 'auto' and 'none' as network parameter when boot instances  https://review.openstack.org/41269802:23
*** john-davidge has joined #openstack-sdks02:32
*** john-davidge has quit IRC02:37
openstackgerritMerged openstack/python-openstackclient: Add doc for Searchlight client  https://review.openstack.org/41236402:43
*** abhiraut has quit IRC03:00
*** elmiko is now known as _elmiko03:03
*** jamielennox is now known as jamielennox|away03:08
*** jamielennox|away is now known as jamielennox03:22
*** huanxuan has quit IRC03:33
*** amotoki has quit IRC03:33
*** namnh has joined #openstack-sdks04:05
*** amotoki has joined #openstack-sdks04:07
*** huanxuan has joined #openstack-sdks04:21
*** kevo has joined #openstack-sdks04:36
openstackgerritTony Breeds proposed openstack/cliff: Add Constraints support  https://review.openstack.org/41274204:37
*** amotoki has quit IRC04:58
*** amotoki has joined #openstack-sdks05:03
openstackgerritHuanxuan Ao proposed openstack/python-openstackclient: Add project purge command to osc  https://review.openstack.org/36767305:09
*** amotoki has quit IRC05:14
*** gildub has quit IRC05:20
openstackgerritMerged openstack/python-openstacksdk: Proxy module for bare-metal service  https://review.openstack.org/41112805:21
*** amotoki has joined #openstack-sdks05:50
*** adriant has quit IRC05:53
*** gildub has joined #openstack-sdks05:58
openstackgerrityunfeng zhou proposed openstack/api-wg: add CONTRIBUTING.rst  https://review.openstack.org/41276506:19
*** amotoki has quit IRC06:21
*** amotoki has joined #openstack-sdks06:27
*** fzdarsky has joined #openstack-sdks06:33
*** john-davidge has joined #openstack-sdks06:34
*** john-davidge has quit IRC06:38
*** fzdarsky has quit IRC06:51
openstackgerritHa Van Tu proposed openstack/python-openstackclient: Add 'allowed address pairs' option to 'port create/set/unset'  https://review.openstack.org/35621907:10
*** jamielennox is now known as jamielennox|away07:28
*** amotoki has quit IRC07:31
*** john-davidge has joined #openstack-sdks07:34
*** john-davidge has quit IRC07:39
openstackgerritzhiyong.dai proposed openstack/python-openstackclient: Trivial:modify some mistakes in doc  https://review.openstack.org/41285007:59
*** huanxuan has quit IRC08:10
*** jpena|off is now known as jpena08:20
*** huanxuan has joined #openstack-sdks08:25
*** jpena is now known as jpena|off08:32
*** amotoki has joined #openstack-sdks08:33
*** shu-mutou has joined #openstack-sdks08:34
*** amoralej|off is now known as amoralej08:35
*** annp has joined #openstack-sdks08:47
openstackgerrityunfeng zhou proposed openstack/osc-lib: add CONTRIBUTING.rst  https://review.openstack.org/41289608:47
*** gildub has quit IRC09:00
*** lucas-afk is now known as lucasagomes09:03
*** john-davidge has joined #openstack-sdks09:05
*** gtseres has joined #openstack-sdks09:08
openstackgerritzhiyong.dai proposed openstack/python-openstackclient: Add one test for "backup set" command  https://review.openstack.org/41294109:09
*** john-davidge has quit IRC09:10
gtseresHello experts. I would need some help in the creation of a stack using connection.orchestration09:11
gtseresI got the following HEAT template: https://gist.github.com/anonymous/bbce449fa94b8190abe4a8744586ca3c09:11
gtseresWhere I do a get_file09:11
gtsereswith the file being the following: https://gist.github.com/anonymous/f47b7e297f79d682e0f68cf80b5e11c909:11
gtseresWhen reading the HEAT template contents into the 'data' variable and do the following:09:12
gtserescon.orchestration.create_stack(stack_name = 'test_autostack', template = data)09:12
gtseresI get the following error:09:12
gtseresopenstack.exceptions.HttpException: HttpException: Property error: : resources.openstack_client.properties.user_data: : No content found in the "files" section for get_file path: scripts/provision-openstack-client.sh09:12
gtseresI am using the python openstacksdk version 0.9.1109:14
gtseresDo you have any idea wrt to the error?09:14
gtseresThe same template is successfully deploying when using the Openstack cli tools09:14
*** e0ne has joined #openstack-sdks09:17
*** amotoki has quit IRC09:21
*** jpena|off is now known as jpena09:29
*** amotoki has joined #openstack-sdks09:33
*** amotoki has quit IRC09:35
*** shu-mutou is now known as shu-mutou-AWAY09:44
*** yanyanhu has quit IRC09:54
*** john-davidge has joined #openstack-sdks09:54
*** namnh has quit IRC10:03
*** hoangcx has quit IRC10:22
*** e0ne has quit IRC10:49
*** e0ne has joined #openstack-sdks10:49
*** zhiyong has quit IRC10:52
*** lucasagomes is now known as lucas-bbl10:53
*** amotoki has joined #openstack-sdks10:59
*** amotoki has quit IRC11:10
*** zhiyong has joined #openstack-sdks11:11
*** sdague has joined #openstack-sdks11:20
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: Should support 'auto' and 'none' as network parameter when boot instances  https://review.openstack.org/41269811:35
*** annp has quit IRC11:37
*** amotoki has joined #openstack-sdks11:40
*** zhiyong has quit IRC11:56
*** rtheis has joined #openstack-sdks11:57
openstackgerritSteve Martinelli proposed openstack/api-wg: add CONTRIBUTING.rst  https://review.openstack.org/41276511:59
openstackgerritSteve Martinelli proposed openstack/api-wg: add CONTRIBUTING.rst  https://review.openstack.org/41276511:59
*** lucas-bbl is now known as lucas-hungry12:04
openstackgerritZhenyu Zheng proposed openstack/python-openstackclient: Should support 'auto' and 'none' as network parameter when boot instances  https://review.openstack.org/41269812:17
*** amotoki has quit IRC12:20
*** lucas-hungry is now known as lucasagomes12:26
*** amotoki has joined #openstack-sdks12:40
*** amotoki has quit IRC12:40
*** amotoki has joined #openstack-sdks12:41
*** chlong has joined #openstack-sdks12:53
*** gouthamr has joined #openstack-sdks12:55
*** hoangcx has joined #openstack-sdks13:02
*** huanxuan has quit IRC13:07
openstackgerritMerged openstack/python-openstackclient: Add support for clearing router gateway  https://review.openstack.org/40418313:09
*** lamt has quit IRC13:14
*** jpena is now known as jpena|lunch13:33
*** huanxuan has joined #openstack-sdks13:34
*** amoralej is now known as amoralej|lunch13:43
*** _elmiko is now known as elmiko13:55
*** cleong has joined #openstack-sdks13:57
*** fguillot has joined #openstack-sdks14:06
*** lamt has joined #openstack-sdks14:12
*** chlong has quit IRC14:16
*** salv-orlando has joined #openstack-sdks14:24
*** jpena|lunch is now known as jpena14:33
*** fzdarsky has joined #openstack-sdks14:55
*** hoangcx has quit IRC15:02
*** amoralej|lunch is now known as amoralej15:02
*** fzdarsky_ has joined #openstack-sdks15:13
*** huanxuan has quit IRC15:35
*** jpena is now known as jpena|off15:51
*** chlong has joined #openstack-sdks15:53
stevemardtroyer: i need your final +1 on https://review.openstack.org/#/c/412633/15:55
dtroyerit's nice to be needed :)15:58
dtroyersometimes15:58
dtroyer+115:58
dtroyerstevemar: ^^15:58
stevemaryay15:59
openstackgerritMerged openstack/python-openstackclient: change os in command example to openstack  https://review.openstack.org/41266916:00
openstackgerritMerged openstack/python-openstackclient: change os in command example to openstack(2)  https://review.openstack.org/41267316:00
openstackgerritMerged openstack/python-openstackclient: change os in command example to openstack(3)  https://review.openstack.org/41267816:01
*** chlong has quit IRC16:01
*** markvoelker_ has joined #openstack-sdks16:01
*** markvoelker has quit IRC16:03
stevemardtroyer: https://review.openstack.org/41315316:03
*** markvoelker has joined #openstack-sdks16:04
openstackgerritZhaoBo proposed openstack/python-openstackclient: Fix the missing os in command in example  https://review.openstack.org/41315516:07
*** markvoelker_ has quit IRC16:07
*** chlong has joined #openstack-sdks16:16
*** gtseres has quit IRC16:27
*** gtseres has joined #openstack-sdks16:28
*** chlong has quit IRC16:28
*** chlong has joined #openstack-sdks16:42
*** reedip_ has joined #openstack-sdks16:43
*** kevo has quit IRC16:44
reedip_Hey guys,any reviews for https://review.openstack.org/#/c/398263/ ??16:49
*** rtheis has quit IRC16:54
ankur-gupta-fdtroyer: stevemar: question. Commands that are to be implemented as OSC Plugins should still maintain OSC coding styles etc...16:55
ankur-gupta-fright?16:55
dtroyerankur-gupta-f: yes, although we can not enforce that.  Users will let you know though :)16:56
ankur-gupta-fyes. I have faced that already :|16:57
ankur-gupta-fjust want to make sure Im not totally off base :)16:57
*** e0ne has quit IRC17:08
stevemarankur-gupta-f: what did you hit?17:09
*** rtheis has joined #openstack-sdks17:16
*** lucasagomes is now known as lucas-afk17:18
*** rtheis has quit IRC17:19
*** kevo has joined #openstack-sdks17:26
ankur-gupta-fstevemar: I was doing some review of neutronclient plugin commands for OSC and my comments were questioned. https://review.openstack.org/#/c/409759/ . Just wanted to make sure I wasn't wrong before reviewing other plugin patches17:27
*** reedip_ has quit IRC17:31
stevemarankur-gupta-f: +2695, -0    o_O  o_O17:34
ankur-gupta-fstevemar: yea theres more too... FWaaS, TaaS, Dynamic Routing, etc..17:37
stevemarankur-gupta-f: i'm glad the neutron team is transitioning to osc :)17:39
ankur-gupta-fstevemar: indeed. Quite a large number of Neutrinos helping out with the transition too17:40
stevemarankur-gupta-f: ++17:43
*** fzdarsky has quit IRC17:57
*** fzdarsky_ has quit IRC17:57
*** kevo has quit IRC18:11
*** salv-orlando has quit IRC18:12
*** kevo has joined #openstack-sdks18:20
*** amoralej is now known as amoralej|off18:40
*** chlong has quit IRC18:56
*** kevo has quit IRC18:57
*** kevo has joined #openstack-sdks18:58
*** chlong has joined #openstack-sdks19:13
*** gouthamr has quit IRC19:29
*** gouthamr has joined #openstack-sdks19:50
*** chlong has quit IRC20:15
*** john-davidge has quit IRC20:15
*** john-davidge has joined #openstack-sdks20:16
*** john-davidge has quit IRC20:21
*** chlong has joined #openstack-sdks20:27
*** e0ne has joined #openstack-sdks20:36
*** jamielennox|away is now known as jamielennox20:44
*** e0ne has quit IRC20:57
*** gouthamr has quit IRC21:09
*** john-davidge has joined #openstack-sdks21:16
*** john-davidge has quit IRC21:21
*** hongbin has joined #openstack-sdks21:43
hongbindtroyer: hi dean, you have a minute? want to discuss with you about the 'container' issue21:44
dtroyerok21:45
stevemardtroyer: fun issue :D21:46
*** chlong has quit IRC21:46
dtroyerit always is21:46
hongbindtroyer: stevemar : it seems osc team is going to puesue the namespace approach?21:47
dtroyerno namespaces21:47
dtroyerusing descriptive resource anmes is not the same thing as namespaces21:47
hongbini agree with the descriptive resource advice21:48
hongbincontainer is possibly too generic, i will consider 'appcontainer' or 'linuxcontainer', does it make sense to you?21:48
hongbinthen, the command from zun is : openstack appcontainer <action> <args>21:49
dtroyerwe also really do not like abbreviations like that, the only ones we have accepted in-repo are cases where the industry naming is very common: IP address, some usages of 'ha' in Network API, etc.21:50
hongbinok....21:50
hongbinhowever, it is hard to think of a descriptive name with a reasonable length...21:51
hongbinwe used 'container' to represent a generic app container (i.e. docker container, rkt container, oci container, etc.)21:52
hongbinwhat will be a best name for it in your opinion?21:52
dtroyerhow is that different from containers used by Magnum or Kolla?21:54
hongbinmagnum is not for container, it is for coe21:54
hongbinso container is not applied to magnum21:54
dtroyerwe have some long commands, and oddly enough, in the UX studies the command length has not yet been an issue raised in comments21:54
dtroyerlooking over the command etherpad, those also look to have a strong overlap with server21:55
dtroyerat some level, common operations need to be done in common ways21:56
hongbinyes, it might have some overlap with server, but i am not sure how to do it in common ways21:57
hongbinre. kolla, i am not familiar with that service21:58
stevemari think kolla is in the same realm as ansible and tripleo, another tool to deploy openstack22:01
stevemarnot sure if belongs in the OSC realm22:01
stevemarit*22:01
stevemarKolla provides Docker containers and Ansible playbooks to meet Kolla’s mission. Kolla’s mission is to provide production-ready containers and deployment tools for operating OpenStack clouds.22:02
dtroyerthey are all containers, and even devs have a hard time keeping it straight.  This is why I hope to not inflict that sort of stuff onto users22:02
stevemarhongbin: appcontainer seems like a good compromise at a first glance22:02
hongbinstevemar: ack22:03
dtroyerit may be least-bad so far22:03
hongbinyes, it is acceptable from my side22:03
hongbinbtw, magnum has the concept of *cluster*, which also collide with other services as well.....22:04
dtroyerand soon enough someone will point out the abbreviation of application to 'app-' and want to do that again (it already happens due to the abbrevs used in NEtwork)22:04
*** cleong has quit IRC22:04
dtroyermagnum can use coe cluster and be specific about what is being referred to22:04
hongbincoe is a abbr as well :)22:05
dtroyerthere again, coe is an abbreviation, but may be common enough.22:05
hongbinyes, sure22:05
hongbindtroyer: stevemar thanks for your advice, appreciate that22:07
stevemarhongbin: dtroyer: i actually don't mind deprecating "container show" in OSC in favor of "object store container"22:10
stevemarwe already have "object store account"22:10
hongbin+122:10
stevemarhongbin: when do you expect your first release of the CLI? in Ocata or Pike?22:11
stevemarhongbin: we just need a bit of room to deprecate the command22:12
hongbinstevemar: i am going to rename to 'appcontainer', then, i guess the name collision of container is resolved. you could take your time to deprecate 'container' if you want22:13
*** gouthamr has joined #openstack-sdks22:13
hongbinstevemar: anyway, i guess we will do the first release a the middle of pike22:13
stevemarhongbin: ack22:14
stevemarhongbin: okay, let me see if i can convince dtroyer to rename the command22:14
stevemarour object store commands are not very mature, so I'm not too upset to see them change22:14
dtroyerthe names are _very_ mature stevemar, they were in the set I did in March 2012, which strongly resemble swiftclient's names :)22:16
*** john-davidge has joined #openstack-sdks22:17
dtroyer'container' -> 'obejct store container' is probably livable, we should consider 'object container' to be complete, someone other than me will surely suggest it22:17
stevemardtroyer: maybe mature isn't the right word22:19
dtroyerwe may also be doing this with flavor, image, policy22:19
stevemari'm trying to say it probably won't work with large objects and all the knobs that swiftclient has22:19
dtroyerthe object code in OSC was taken directly from swiftclient, renamed to match our nomenclature, streamlined a bit.  it has not kept up with recent additions to swiftclient, but should have the same basic capabilities as swiftclient did on 2013-ish timeframe22:20
*** john-davidge has quit IRC22:22
timburkefwiw, to my knowledge OSC can download large objects just fine, but i'd expect uploading them to be rather messy. might be doable, but i haven't really looked at it much22:37
*** chlong has joined #openstack-sdks22:57
*** adriant has joined #openstack-sdks23:00
*** salv-orlando has joined #openstack-sdks23:06
*** sdague has quit IRC23:08
stevemartimburke: yes, when I referred to large objects i meant upload wise23:13
*** fguillot has quit IRC23:20
*** kevo has quit IRC23:21
timburkeDLO probably isn't too bad; following https://bugs.launchpad.net/swift/+bug/1612991 swift's codified that you can turn a normal object into a DLO on POST. i don't think SLO is possible; i don't see any way to set a query string23:28
openstackLaunchpad bug 1612991 in OpenStack Object Storage (swift) "Post-as-copy does not allow a DLO manifest to be updated" [Critical,Fix released] - Assigned to Janie Richling (jrichli)23:28
timburkeeither way, you still need to manually split up the local file yourself; i suppose split(1) might make it vaguely tolerable?23:28
*** salv-orlando has quit IRC23:40
*** lamt has quit IRC23:45
*** elmiko is now known as _elmiko23:47

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