Earlier  
Posted Nick Remark
#openstack-sdks - 2017-06-22
12:40:02 amotoki noshankus: I think openstackclient itself focues on CLI usage. if you want to talk API from your python scirpt, it is betetr to use some SDK
12:40:40 amotoki noshankus: os-client-config allows us to instantiate individual python client bindings (or openstacksdk) easily.
12:41:14 amotoki noshankus: there are several options like openstacksdk, shade, individual python client libraries.
12:45:37 amotoki noshankus: very simple example with os-client-config + novaclient: http://paste.openstack.org/show/613386/
12:56:49 noshankus @amotoki - great thanks, I'm using shade for most things, but for specifics that are not yet supported, your example is enough to get me out of a hole! Thanks a million
13:39:48 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Now OSC can filter image by project https://review.openstack.org/476521
13:43:12 openstackgerrit Ilya Shakhat proposed openstack/osc-lib master: Optimize find_resource: do not run the same query twice https://review.openstack.org/476523
14:03:52 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: update the docs URLs in the readme https://review.openstack.org/476531
15:59:54 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
16:41:38 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
17:08:12 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
17:10:23 openstackgerrit Merged openstack/python-openstackclient master: Don't show hint about vlan transparent in network set https://review.openstack.org/466002
17:11:29 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
17:32:58 openstackgerrit Doug Hellmann proposed openstack/cliff master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476639
17:32:58 openstackgerrit Doug Hellmann proposed openstack/cliff master: rearrange existing content to follow new standard https://review.openstack.org/476638
18:10:38 openstackgerrit Merged openstack/python-openstackclient master: Add project purge command to osc https://review.openstack.org/367673
18:47:46 openstackgerrit Doug Hellmann proposed openstack/osc-lib master: rearrange existing documentation to fit the new standard layout https://review.openstack.org/476657
18:47:47 openstackgerrit Doug Hellmann proposed openstack/osc-lib master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476659
18:47:47 openstackgerrit Doug Hellmann proposed openstack/osc-lib master: turn on warning-is-error for sphinx https://review.openstack.org/476658
19:02:12 openstackgerrit Doug Hellmann proposed openstack/osc-lib master: update links to docs in readme https://review.openstack.org/476662
19:02:35 openstackgerrit Merged openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
19:26:53 openstackgerrit Doug Hellmann proposed openstack/os-client-config master: rearrange existing documentation to follow the new standard layout https://review.openstack.org/476667
19:26:55 openstackgerrit Doug Hellmann proposed openstack/os-client-config master: turn on warning-is-error in documentation build https://review.openstack.org/476668
19:26:56 openstackgerrit Doug Hellmann proposed openstack/os-client-config master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476669
19:53:04 openstackgerrit Merged openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
20:32:13 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: update the docs URLs in the readme https://review.openstack.org/476531
20:32:13 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: reorganize existing documentation according to the new standard layout https://review.openstack.org/473964
20:32:14 openstackgerrit Doug Hellmann proposed openstack/python-openstackclient master: move auto-generated api docs into contributor tree https://review.openstack.org/473990
#openstack-sdks - 2017-06-23
01:23:04 openstackgerrit lan proposed openstack/python-openstackclient master: Enable some off-by-default checks https://review.openstack.org/476377
01:36:41 openstackgerrit lan proposed openstack/python-openstackclient master: Enable some off-by-default checks https://review.openstack.org/476377
02:50:44 openstackgerrit Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/474649
07:49:39 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Now OSC server create check keys in --nic https://review.openstack.org/474190
08:32:30 openstackgerrit lan proposed openstack/python-openstackclient master: Enable some off-by-default checks https://review.openstack.org/476377
08:35:31 openstackgerrit Van Hung Pham proposed openstack/keystoneauth master: Using assertFalse(A) instead of assertEqual(False, A) https://review.openstack.org/476837
08:54:52 noshankus closest I've found was in the endpoints.txt definition for host_show...
08:54:52 noshankus @amotoki - thanks against for helping me out yesterday with the "openstack hosts list" command --> nova.hosts.list() - that really seems straight forward. I've stumbled into the issue now where I can't seem access/call "openstack host show", nova.hosts.show(host.name) didn't work for example. Could I bother you for another pearl of wisdom on how to query for the host show command... I've been searching through the python packages, and the
08:58:42 amotoki noshankus: acutally I am not familiar with it. when I do things like you, i usually read corresponding code.
08:59:42 amotoki noshankus: first try some common pattern like what I showed you. then if anything does not work, read the corresponding API or code. in this case, python-novaclient
09:00:31 noshankus @amotoki - no problem, usually I can find the answer going through the code, and have looked around, but can't seem to find it. I'll keep searching, thanks for the help
09:00:53 amotoki noshankus: you're welcome
09:16:00 openstackgerrit Yi Zhao proposed openstack/python-openstacksdk master: Add query filters for find_network https://review.openstack.org/476410
09:37:58 cgoncalves could someone give another review and hopefully workflow+1 to https://review.openstack.org/#/c/458626/ ?
09:38:16 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Clean up the changes of os.environ in functional tests https://review.openstack.org/471341
09:57:54 openstackgerrit Andreas Jaeger proposed openstack/python-openstackclient master: reorganize existing documentation according to the new standard layout https://review.openstack.org/473964
09:57:55 openstackgerrit Andreas Jaeger proposed openstack/python-openstackclient master: move auto-generated api docs into contributor tree https://review.openstack.org/473990
09:57:55 openstackgerrit Andreas Jaeger proposed openstack/python-openstackclient master: update the docs URLs in the readme https://review.openstack.org/476531
10:02:26 noshankus @amotoki - FYI, looks like hypervisors is place to look for this info, rather than hosts. Using nova.hypervisors.list(), returns all the info I need.
15:02:59 openstackgerrit William Huang proposed openstack/cliff master: Fix a typo https://review.openstack.org/476940
18:43:17 openstackgerrit Doug Hellmann proposed openstack/cliff master: use openstackdocstheme html context https://review.openstack.org/476999
18:51:51 openstackgerrit Doug Hellmann proposed openstack/osc-lib master: use openstackdocstheme html context https://review.openstack.org/477004
18:54:06 openstackgerrit Doug Hellmann proposed openstack/os-client-config master: use openstackdocstheme html context https://review.openstack.org/477005
20:35:32 openstackgerrit Merged openstack/python-openstackclient master: reorganize existing documentation according to the new standard layout https://review.openstack.org/473964
20:36:18 openstackgerrit Merged openstack/python-openstackclient master: move auto-generated api docs into contributor tree https://review.openstack.org/473990
20:53:02 openstackgerrit Merged openstack/python-openstackclient master: update the docs URLs in the readme https://review.openstack.org/476531
22:03:22 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Move version discovery logic to keystoneauth1.discover https://review.openstack.org/469086
22:03:23 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
22:19:19 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
22:46:14 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
23:04:23 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
#openstack-sdks - 2017-06-24
03:39:20 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Rework server migrate to support cold and live https://review.openstack.org/460059
05:28:59 openstackgerrit Reedip proposed openstack/python-openstacksdk master: Add support to clear DHCP options in port https://review.openstack.org/475714
05:31:41 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
06:19:59 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
06:32:47 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729
08:12:34 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
08:13:49 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
08:15:44 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
10:27:36 openstackgerrit Dirk Mueller proposed openstack/python-openstacksdk master: Add Constraints support https://review.openstack.org/413341
10:37:48 openstackgerrit Dirk Mueller proposed openstack/python-openstacksdk master: Disable intersphinx to enable offline documentation building https://review.openstack.org/477086
11:17:00 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
11:25:28 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
11:32:53 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Add 'data_plane_status' option to Port classes https://review.openstack.org/458626
12:15:03 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/477097
14:31:18 openstackgerrit Akihiro Motoki proposed openstack/cliff master: Make test_smart_help_formatter work regardless of terminal width https://review.openstack.org/477135
14:32:08 openstackgerrit Akihiro Motoki proposed openstack/cliff master: Make test_smart_help_formatter work regardless of terminal width https://review.openstack.org/477135
14:46:43 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Move version discovery logic to keystoneauth1.discover https://review.openstack.org/469086
14:46:44 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
14:46:45 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Rework discovery cache https://review.openstack.org/477149
15:16:39 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add flags to turn discovery on and off https://review.openstack.org/469088
15:38:16 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Support explicitly requesting the 'latest' version https://review.openstack.org/469089
15:38:56 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/477097
17:16:56 openstackgerrit Dirk Mueller proposed openstack/cliff master: Adjust completenames tests for cmd2 0.7.3+ https://review.openstack.org/477164
17:49:24 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for version ranges https://review.openstack.org/469090
18:59:49 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Expose getting EndpointData on adapter and session https://review.openstack.org/469091
18:59:50 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for version ranges https://review.openstack.org/469090
18:59:51 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Support explicitly requesting the 'latest' version https://review.openstack.org/469089
18:59:52 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add flags to turn discovery on and off https://review.openstack.org/469088
18:59:53 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Plumb endpoint_override through get_endpoint_data https://review.openstack.org/469092
18:59:54 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Optimize matching version no microversion needed https://review.openstack.org/470274
18:59:55 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
19:09:33 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Expose getting EndpointData on adapter and session https://review.openstack.org/469091
19:09:34 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add support for version ranges https://review.openstack.org/469090
19:09:35 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Support explicitly requesting the 'latest' version https://review.openstack.org/469089
19:09:36 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add flags to turn discovery on and off https://review.openstack.org/469088
19:09:37 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Plumb endpoint_override through get_endpoint_data https://review.openstack.org/469092
19:09:38 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Optimize matching version no microversion needed https://review.openstack.org/470274
19:09:39 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Add url manipulation and microversion collection https://review.openstack.org/469087
20:20:54 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Support a list of interface values https://review.openstack.org/477169
#openstack-sdks - 2017-06-25
11:22:15 openstackgerrit Dirk Mueller proposed openstack/cliff master: Adjust completenames tests for cmd2 0.7.3+ https://review.openstack.org/477164
15:00:45 openstackgerrit Merged openstack/os-client-config master: rearrange existing documentation to follow the new standard layout https://review.openstack.org/476667

Earlier   Later