Earlier  
Posted Nick Remark
#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/
14:28:09 cdent ah
14:28:10 rosmaita well, i kind of wonder
14:28:15 rosmaita :)
14:29:09 cdent Assuming the api-wg can state an unequivocal opinion on the matter, what then?
14:29:21 cdent (mind you, I'm not sure we can/could, but _if_ we could)
14:29:25 elmiko (big assumption)
14:31:16 cdent elmiko: are you calling this ass fat?
14:31:49 elmiko haha
14:32:01 elmiko well, you did tweet that awesome bathtub pic... XD
14:32:44 elmiko cdent: oh, you weren't here before, but i've got a conflict for today's meeting. won't be there =(
14:33:11 rosmaita cdent: (in glance meeting ATM, so my responses are slowed)
14:33:11 cdent that bathtub pic was completely safe for work, no ass included
14:33:18 cdent rosmaita: no worries, no rush
14:38:16 openstackgerrit harishchandra proposed openstack/python-openstackclient master: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733
16:15:58 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
16:32:19 openstackgerrit harishchandra proposed openstack/python-openstackclient master: Correctly format the empty fields of "openstack network show" o/p. https://review.openstack.org/424733
16:59:28 openstackgerrit Merged openstack/api-wg master: Add guideline for invalid query parameters https://review.openstack.org/417441
16:59:34 openstackgerrit Merged openstack/api-wg master: Add guidelines on usage of state vs. status https://review.openstack.org/411528
16:59:40 openstackgerrit Merged openstack/api-wg master: Clarify the status values in versions https://review.openstack.org/411849

Earlier   Later