Earlier  
Posted Nick Remark
#openstack-sdks - 2017-01-30
21:06:45 xwu_ http://developer.openstack.org/sdks/python/openstacksdk/users/
21:06:59 xwu_ this URL says we need openstacksdk, this is confusing
21:07:27 xwu_ so in short, when I write a quick utility using Python API, I should be using openstacksdk, right? not openstackclient,
21:08:26 dtroyer xwu_: yes. OSC has portions that can be used as a library (the separate osc-lib package) but itself is just the CLI
21:10:46 xwu_ thx, dtroyer, this helps. the fact that osc can be used as a lib confused me.
21:11:19 dtroyer only the stuff in osc-lib _should_ be used that way, that's why we split it out.
21:13:27 xwu_ assume osc-lib/sdk both support python v2/v3.
21:13:39 dtroyer yes
21:14:36 xwu_ for new user, I probably should forget osc-lib, only focus on sdk instead
21:15:27 dtroyer they do different things
21:15:39 dtroyer osc-lib is focused on things that CLIs commonly need
21:15:48 dtroyer and to support OSc plugins
21:16:01 dtroyer The SDK is mostly a Python REST library
21:19:50 xwu_ so, which one do you suggest if I just need to automate some openstack operations?
21:20:12 xwu_ like image management, HOT
21:21:03 xwu_ sdk seems to have a better documentation compared to osc-lib
21:24:32 xwu_ will try sdk first. thx for answers
21:24:57 dtroyer it is not a choice between osc-lib and sdk, they do not do the same thing
22:59:25 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient: "floating ip set/unset port" for OSC https://review.openstack.org/383025
#openstack-sdks - 2017-01-31
03:26:28 openstackgerrit Merged openstack/python-openstacksdk: Add 'tags' property to orchestration stack https://review.openstack.org/426780
04:16:58 reedip stevemar : ping ?
04:21:53 stevemar reedip: yep, for a few more minutes :)
04:22:25 reedip stevemar : oh, I needed some review comments but if you are about to sleep , then I wouldnt want to give you nightmares :)
04:22:32 reedip you can check them tomorrow :D
04:24:15 reedip If you can check these in the morning, it would be very helpful to openstackclient :D https://review.openstack.org/415369 , https://review.openstack.org/423612 , https://review.openstack.org/356263
04:24:25 reedip stevemar : ^^
04:37:19 stevemar reedip: ah, i'm focusing on keystone this week :(
04:37:28 stevemar gotta get the release out the door!
04:37:37 reedip ohh , understood !
04:37:56 reedip nm , when you get time , rest I hope others review it if they get time :)
04:37:58 stevemar i'll be reviewing OSC again in a week, sorry. swamped with keystone stuff at the moment
04:38:07 reedip I understood completely !
04:38:17 reedip multiple projects, multiple responsibilities
04:38:22 reedip :)
06:58:03 openstackgerrit Qiming Teng proposed openstack/python-openstacksdk: Fix exception parsing error https://review.openstack.org/427040
07:24:45 reedip tengqim : u there?
08:53:26 Dinesh_Bhor Hi all, can someone help me to remove dependency ?
08:53:35 Dinesh_Bhor I have patch A which depends on patch B which is made on top of master (A -> B -> master)
08:54:03 Dinesh_Bhor Uploaded B to community review and uploaded A to community review.
08:54:20 Dinesh_Bhor Now I don't want my patch A depends on B. I want it to be dependant on master directly. How can I remove this dependency without making changes again?
12:52:53 dtroyer Dinesh_Bhor: you need to rebase A on master: git rebase -i master
13:11:53 Dinesh_Bhor dtroyer: yes, thanks I have removed the dependency successfully
13:53:58 openstackgerrit Merged openstack/python-openstacksdk: Fix exception parsing error https://review.openstack.org/427040
20:52:44 openstackgerrit OpenStack Release Bot proposed openstack/osc-lib: Update reno for stable/ocata https://review.openstack.org/427445
21:03:47 openstackgerrit Doug Hellmann proposed openstack/os-client-config: fix location of team tags in README https://review.openstack.org/427451
21:04:25 openstackgerrit OpenStack Release Bot proposed openstack/os-client-config: Update reno for stable/ocata https://review.openstack.org/427454
21:06:57 mordred dtroyer, stevemar: I went ahead and just approved the relmgt bot patches to occ
21:07:34 dtroyer thanks, I'm slow today, full of antihistamine
21:16:04 stevemar mordred: how could you?! :)
21:16:18 mordred stevemar: I know. I'm terrible
21:16:19 mordred :)
22:08:38 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient: "floating ip set/unset port" for OSC https://review.openstack.org/383025
22:28:17 openstackgerrit Ankur proposed openstack/python-openstackclient: OSC Network Flavor Profile https://review.openstack.org/396783
22:45:40 primusinterpares openstacksdk question. In the Server resource class I can get at host_id. I can't find a way to use that host_id with find_hypervisor() or get_hypervisor(), though, and I can't find host_id as an attribute if I walk hypervisors()
22:46:10 primusinterpares Aynone have an example for obtaining the hypervisor resource, given a server?
22:58:52 openstackgerrit Merged openstack/osc-lib: Update reno for stable/ocata https://review.openstack.org/427445
23:36:55 openstackgerrit OpenStack Release Bot proposed openstack/python-openstackclient: Update reno for stable/ocata https://review.openstack.org/427513
#openstack-sdks - 2017-02-01
00:06:52 openstackgerrit Merged openstack/os-client-config: Update reno for stable/ocata https://review.openstack.org/427454
00:06:57 openstackgerrit Merged openstack/os-client-config: fix location of team tags in README https://review.openstack.org/427451
05:57:09 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient: "floating ip set/unset port" for OSC https://review.openstack.org/383025
06:56:46 openstackgerrit Ankur proposed openstack/python-openstackclient: "floating ip set/unset port" for OSC https://review.openstack.org/383025
07:19:32 openstackgerrit Takashi NATSUME proposed openstack/python-openstackclient: Add 'host' and 'force' parameter in cold migration https://review.openstack.org/427565
08:34:02 openstackgerrit yuval shalev proposed openstack/python-openstacksdk: Added project role assignment https://review.openstack.org/416598
16:13:08 reedip_ o/
18:02:21 briancurtin primusinterpares: find_hypervisor/get_hypervisor takes the ID of a hypervisor, not a host. it looks like if you look through the hypervisors and look at the service_details of a hypervisor you can find host name and host ID in the “host” and “id” keys, respectively
19:21:42 sshank briancurtin, ping
19:22:00 briancurtin sshank: yes
19:22:26 sshank Can you please have a look at the patch: https://review.openstack.org/#/c/403904/
19:22:35 briancurtin eventually, yes
19:22:35 sshank briancurtin, ^
19:22:55 sshank Okay. Thank you. :)
19:38:50 openstackgerrit Reedip proposed openstack/python-openstackclient: Overwrite/Clear Flavor property https://review.openstack.org/415369
20:20:55 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk: Adjust some proxy method names in cluster https://review.openstack.org/427898
20:25:37 openstackgerrit Dean Troyer proposed openstack/python-openstackclient: Add mitaka release notes to master https://review.openstack.org/427904
21:03:23 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
21:14:33 openstackgerrit Shashank Kumar Shankar proposed openstack/python-openstackclient: Introduce Neutron DHCP agent commands to OSC. https://review.openstack.org/387611
21:50:45 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk: Adjust some proxy method names in cluster https://review.openstack.org/427898
22:22:14 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient: Add Cinder v3 client support for volumes https://review.openstack.org/412614
22:27:24 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
23:34:20 openstackgerrit Dean Troyer proposed openstack/python-openstackclient: TODO cleanup: OSC_Config https://review.openstack.org/427968
23:38:29 openstackgerrit Dean Troyer proposed openstack/python-openstackclient: TODO cleanup: osc-lib https://review.openstack.org/427969
#openstack-sdks - 2017-02-02
02:06:52 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: TODO cleanup: osc-lib https://review.openstack.org/427969
03:35:43 openstackgerrit Merged openstack/python-openstackclient master: Add mitaka release notes to master https://review.openstack.org/427904
03:52:51 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
03:58:48 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: SDK refactor: Set "is_admin_state_up" for network agent https://review.openstack.org/427998
04:21:48 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
05:15:20 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Revert quota set and show commands https://review.openstack.org/428004
06:24:30 openstackgerrit Takashi NATSUME proposed openstack/python-openstackclient master: Add 'host' and 'force' parameter in cold migration https://review.openstack.org/427565
07:41:40 reedip Hi, any reviews for https://review.openstack.org/#/c/356263/ ?
12:16:21 openstackgerrit Reedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
12:32:27 elmiko etoews, edleafe, i've got a conflict for today's meeting. i won't be able to make it, heads up
13:40:50 edleafe elmiko: roger that
13:41:03 elmiko edleafe: thanks!
14:26:50 cdent rosmaita: I assume that's your glance add on the api-wg agenda? Have you got a particular outcome in mind? As in: What role are you hoping the api-wg can provide at this stage?
14:27:16 rosmaita i would like to know whether i am being stupid
14:27:37 cdent :)
14:27:50 cdent YOU ARE NOT BEING STUPID
14:27:55 cdent there is has been declared
14:28:00 rosmaita what i mean is, whether the api-wg has an opinion, or feels that it's not decidable atm
14:28:00 cdent s/is/it/

Earlier   Later