opendevreview | Baek Seung Ju proposed openstack/openstacksdk master: Implemented heat 'stack suspend' and 'stack resume' function https://review.opendev.org/c/openstack/openstacksdk/+/892156 | 01:03 |
---|---|---|
stephenfin | M0weng[m]: Out of curiosity, do you have *both* `OS_*` environment variables set *and* a `clouds.yaml` file? | 12:14 |
stephenfin | M0weng[m]: if so, you should only use one or the other. I would unset all the `OS_*` prefixed things | 12:14 |
opendevreview | Merged openstack/openstacksdk master: Implemented heat 'stack suspend' and 'stack resume' function https://review.opendev.org/c/openstack/openstacksdk/+/892156 | 14:20 |
*** dtantsur_ is now known as dtantsur | 14:51 | |
opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: tests: Remove unused flag https://review.opendev.org/c/openstack/python-openstackclient/+/900917 | 16:27 |
opendevreview | Stephen Finucane proposed openstack/python-openstackclient master: test: Ignore 'OS_' environment variables https://review.opendev.org/c/openstack/python-openstackclient/+/900918 | 16:27 |
opendevreview | Stephen Finucane proposed openstack/openstacksdk master: Implement heat 'stack event list' https://review.opendev.org/c/openstack/openstacksdk/+/892836 | 16:32 |
M0weng[m] | > Out of curiosity, do you have *both* `OS_*` environment variables set *and* a `clouds.yaml` file? | 17:36 |
M0weng[m] | I was previously setting both, but I noticed and I'm pretty sure I unset them - though it's possible that I didn't unset all of them, or I went back to a saved state that still had them, so I'll check again to see if that works. | 17:36 |
M0weng[m] | Oops, meant this as a reply to stephenfin | 17:37 |
stephenfin | M0weng[m]: If you have access to the environment right now, I would suggest checking the output of 'env | grep OS_' | 17:37 |
stephenfin | M0weng[m]: If you don't have anything set, try running the failing tox tests again. You can do that with e.g. 'tox -e functional -- --failing' | 17:38 |
stephenfin | (the '--' separates arguments for tox ('-e functional') from arguments for the called executables ('--failing')) | 17:38 |
stephenfin | (the called executable being 'stestr') | 17:39 |
stephenfin | M0weng[m]: I'm pretty sure that was your issue though. I've proposed https://review.opendev.org/c/openstack/python-openstackclient/+/900918 to eliminate that in the future | 17:39 |
M0weng[m] | > If you have access to the environment right now, I would suggest checking the output of 'env | grep OS_' | 17:40 |
M0weng[m] | This returns empty; it seems nothing is set right now | 17:40 |
M0weng[m] | Whoops haha, did this on the wrong machine XD | 17:40 |
M0weng[m] | I was on my DevStack machine instead of the dev one | 17:41 |
M0weng[m] | Ok, my dev environment does have OS_ variables set, so I'll try unsetting those now 👍️ | 17:41 |
M0weng[m] | Hmm, seems they're still failing after unsetting everything. | 17:44 |
stephenfin | and this is a standard minimally-configured devstack deployment? | 17:45 |
M0weng[m] | Yep | 17:45 |
stephenfin | That error message is coming from the authentication plugin in keystoneclient, which to me says this has to be a client-side issue | 17:46 |
M0weng[m] | Ah wait, this might be a different issue on my end; my network adapter reset so now the ip address is different | 17:47 |
stephenfin | ah, that would cause issues alright :) | 17:48 |
M0weng[m] | Is it necessary to rerun stack.sh for the new ip, or is changing the address in clouds.yaml enough? | 17:52 |
M0weng[m] | Never mind, seems rerunning is necessary (otherwise it redirects the new ip back to the old ip) | 18:02 |
M0weng[m] | stephenfin: Ok, I reran everything with the env vars unset (and disabled the openrc file that was setting them previously); here are the ones currently failing: https://paste.openstack.org/show/822351/ | 18:47 |
opendevreview | Merged openstack/openstacksdk master: requirements: Sort alphabetically https://review.opendev.org/c/openstack/openstacksdk/+/900162 | 21:32 |
opendevreview | Merged openstack/openstacksdk master: Implement heat 'stack event list' https://review.opendev.org/c/openstack/openstacksdk/+/892836 | 21:55 |
M0weng[m] | s/redirects/still/, s/the/uses/, s/new ip back to// | 22:02 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!