*** pratikmallya has quit IRC | 00:05 | |
*** stevemar has joined #openstack-sdks | 00:21 | |
*** stevemar has quit IRC | 00:25 | |
*** stevemar has joined #openstack-sdks | 00:30 | |
*** pratikmallya has joined #openstack-sdks | 00:35 | |
*** pratikmallya has quit IRC | 00:40 | |
*** hitalia has quit IRC | 00:44 | |
*** stevemar has quit IRC | 00:46 | |
*** stevemar has joined #openstack-sdks | 00:47 | |
*** stevemar has quit IRC | 00:51 | |
*** pratikmallya has joined #openstack-sdks | 00:54 | |
*** chlong has joined #openstack-sdks | 00:57 | |
*** woodster_ has quit IRC | 01:29 | |
*** stevemar has joined #openstack-sdks | 01:32 | |
openstackgerrit | Merged openstack/python-openstackclient: Support listing users by group name https://review.openstack.org/212977 | 01:49 |
---|---|---|
*** jamielennox is now known as jamielennox|away | 02:54 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Fix up object-store property displays https://review.openstack.org/222471 | 02:54 |
*** yunpengli has joined #openstack-sdks | 03:01 | |
openstackgerrit | Merged openstack/python-openstackclient: Add tests for volume quota set https://review.openstack.org/211748 | 03:03 |
openstackgerrit | Steve Martinelli proposed openstack/keystoneauth: add openid connect plugins https://review.openstack.org/224993 | 03:03 |
*** yunpengli has quit IRC | 03:05 | |
openstackgerrit | Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/224681 | 03:19 |
*** pratikmallya has quit IRC | 04:26 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Remove backticks from help in role commands https://review.openstack.org/223938 | 04:41 |
openstackgerrit | Merged openstack/python-openstackclient: Move option logging back to start if initialize_app() https://review.openstack.org/225287 | 04:42 |
*** stevemar has quit IRC | 04:55 | |
*** stevemar has joined #openstack-sdks | 04:56 | |
*** stevemar has quit IRC | 05:00 | |
*** boris-42 has joined #openstack-sdks | 05:00 | |
*** pratikmallya has joined #openstack-sdks | 05:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Zanata https://review.openstack.org/225393 | 06:10 |
*** pratikmallya has quit IRC | 06:17 | |
*** e0ne has joined #openstack-sdks | 06:49 | |
*** e0ne has quit IRC | 06:51 | |
*** e0ne has joined #openstack-sdks | 06:54 | |
*** subscope has joined #openstack-sdks | 06:54 | |
*** e0ne has quit IRC | 06:56 | |
*** e0ne has joined #openstack-sdks | 07:00 | |
*** openstackgerrit has quit IRC | 07:01 | |
*** e0ne has quit IRC | 07:02 | |
*** e0ne has joined #openstack-sdks | 07:06 | |
*** e0ne has quit IRC | 07:08 | |
*** stevemar has joined #openstack-sdks | 10:08 | |
*** stevemar has quit IRC | 10:12 | |
*** etoews has quit IRC | 10:21 | |
*** boris-42 has quit IRC | 10:40 | |
mordred | new error | 13:15 |
mordred | 2015-09-18 23:42:43.207 | + openstack --os-token af54092df6ee439ba22df57ef23c4c75 --os-url http://127.0.0.1:9292 image create cirros-0.3.4-x86_64-uec --public --container-format ami --disk-format ami | 13:15 |
mordred | 2015-09-18 23:42:43.895 | openstack: 'image' is not an openstack command. See 'openstack --help'. | 13:15 |
mordred | openstack image works for me with all the combos I can think of | 13:44 |
mordred | I think I'm going to have to grab a devstack-gate node and look on it | 13:44 |
mordred | ZOMG | 13:46 |
mordred | what the heck? | 13:46 |
mordred | http://logs.openstack.org/63/225363/1/check/gate-requirements-integration-dsvm/7b7d275/logs/devstacklog.txt.gz#_2015-09-18_23_44_28_169 | 13:46 |
mordred | http://logs.openstack.org/63/225363/1/check/gate-requirements-integration-dsvm/7b7d275/logs/devstacklog.txt.gz#_2015-09-18_23_44_28_974 | 13:47 |
mordred | it just ran openstack image above | 13:47 |
mordred | like, it runs openstack image create once and it works | 13:47 |
mordred | then it runs openstack image create and it gets "image create" is not a command | 13:47 |
mordred | btw ... | 13:47 |
mordred | I think the error message there shoudl be "image create" is not a command | 13:47 |
mordred | ok. I've held a devstack node and I'm going to see what's going on with this | 14:39 |
mordred | becuase now I'm angry | 14:39 |
mordred | reproducible: mordred@devstack-trusty-rax-dfw-5011454:~$ openstack image create | 14:56 |
mordred | openstack: 'image' is not an openstack command. See 'openstack --help'. | 14:56 |
*** david-lyle has joined #openstack-sdks | 15:11 | |
*** david-lyle has quit IRC | 15:17 | |
dhellmann | mordred: https://pypi.python.org/pypi/entry_point_inspector might help debug the missing/broken entry point for 'image create' | 16:50 |
mordred | dhellmann: cool - thanks! | 17:08 |
mordred | dhellmann: I'm still trying to get the right combo of things on a node to fully debug | 17:08 |
*** e0ne has joined #openstack-sdks | 17:43 | |
*** e0ne has quit IRC | 17:46 | |
mordred | dhellmann: https://review.openstack.org/#/c/225363/ plus the devstack change it depends on is very promising | 20:31 |
mordred | dhellmann: it seems to pass all the things (still running tests though) | 20:31 |
mordred | also - I added v2 image support to osc and then added a depends-on change that removes the v1 workaround from devstack and that passed tests | 20:32 |
mordred | so I think if we land the entire stack of changes, we're in good shape | 20:32 |
mordred | https://review.openstack.org/#/c/225445/ | 20:32 |
mordred | (this is the "remove the workaround" patch) | 20:32 |
*** jlvillal has quit IRC | 21:54 | |
*** woodster_ has joined #openstack-sdks | 22:50 | |
*** david-lyle has joined #openstack-sdks | 23:07 | |
*** david-lyle has quit IRC | 23:13 | |
*** david-ly_ has joined #openstack-sdks | 23:13 | |
*** stevemar has joined #openstack-sdks | 23:26 | |
*** stevemar has quit IRC | 23:39 | |
*** stevemar has joined #openstack-sdks | 23:40 | |
*** stevemar has quit IRC | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!