Tuesday, 2017-02-07

openstackgerritMerged openstack/blazar master: Fix authentication of Nova client  https://review.openstack.org/42940801:17
*** hiro-kobayashi has joined #openstack-blazar04:27
openstackgerritMasahito Muroi proposed openstack/blazar master: Adds releasenotes directory  https://review.openstack.org/42802705:47
openstackgerritMasahito Muroi proposed openstack/blazar master: Adds releasenotes directory  https://review.openstack.org/42802705:49
*** r-mibu has quit IRC05:59
*** r-mibu has joined #openstack-blazar06:05
*** hiro-kobayashi has quit IRC07:05
openstackgerritPierre Riteau proposed openstack/blazar master: Add reno for release notes management  https://review.openstack.org/42802707:21
*** masahito_ has joined #openstack-blazar07:22
*** masahito_ has quit IRC07:29
*** masahito has joined #openstack-blazar07:30
openstackgerritPierre Riteau proposed openstack/blazar master: Use oslotest  https://review.openstack.org/42758007:35
*** hiro-kobayashi has joined #openstack-blazar08:37
*** priteau has joined #openstack-blazar08:45
openstackgerritPierre Riteau proposed openstack/blazar master: Use oslo-config-generator  https://review.openstack.org/42296908:53
hiro-kobayashipriteau: thank you for reviewing! I will fix oslo.policy and oslotest patches after the meeting.08:56
priteauSorry it took me so long to go through them08:56
hiro-kobayashino problem08:57
hiro-kobayashiThank you very much for finding my mistakes08:57
openstackgerritPierre Riteau proposed openstack/blazar master: Delete unused oslo-incubator code  https://review.openstack.org/42299009:22
openstackgerritMerged openstack/blazar master: Use oslo-config-generator  https://review.openstack.org/42296909:31
openstackgerritPierre Riteau proposed openstack/blazar master: Delete unused oslo-incubator code  https://review.openstack.org/42299009:48
*** tejaswi has joined #openstack-blazar10:04
masahitotejaswi: hi10:04
tejaswihi masahito10:05
masahitoI saw same error when I use demo user/project to use climate command.10:06
priteauWhat error are you seeing?10:07
*** hiro-kobayashi_ has joined #openstack-blazar10:08
masahitoAuthentication error in client side.10:08
priteauAnd what happens in blazar-api / blazar-manager?10:08
tejaswiwhen I run any climate commands, I see 40410:09
priteautejaswi: Maybe the endpoints were not set properly10:09
priteaurun `openstack endpoint list`10:09
priteau(as admin)10:10
masahito$ . openrc admin admin10:10
priteauyou should see three blazar endpoints10:10
masahitoin devstack dir10:11
*** hiro-kobayashi has quit IRC10:11
openstackgerritMerged openstack/blazar master: Delete unused oslo-incubator code  https://review.openstack.org/42299010:14
tejaswiblazar endpoints are created fine10:14
masahitoyou would also see both identity endpoint and identityv3 endpoint.10:15
tejaswiI see only identity endpoints. I do not see identityv310:17
masahitoIt's not root cause of the error but needed to fix later.10:19
masahitoThe up-to-date master code is already fixed. https://review.openstack.org/#/c/429408/10:20
masahitodo you hit 404 error after $ . openrc admin admin?10:20
tejaswiyes, I am getting 40410:21
*** masahito_ has joined #openstack-blazar10:21
masahito_tejaswi: sorry, disconnected10:22
tejaswinp10:22
priteautejaswi: If you don't see identityv3 endpoint that might be the problem. You need to update your blazar source to latest10:24
priteauI recommend using RECLONE in local.conf10:24
*** masahito has quit IRC10:25
tejaswipriteau: ok. I see this warning in blazar-api logs - Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint10:25
priteauThere are lots of warnings still in blazar, you can ignore them10:26
tejaswiok10:26
priteaubut devstack should have created the endpoint for you. Rerun devstack with the latest blazar code10:26
tejaswiok. I will rerun devstack10:27
tejaswipriteau: do u think adding a new endpoint for identityv3 manually will fix this issue ?10:28
priteauThat should work too, if that's indeed the issue10:29
tejaswican u share the output of this command in your setup ? - openstack endpoint list  | grep identity10:30
priteauhttp://paste.openstack.org/show/597915/10:31
priteaumasahito_: I reworked your release notes patch so it builds correctly the release notes html output https://review.openstack.org/#/c/428027/10:32
masahito_priteau: thanks, I missed add oslo.sphinx in test-requirements.txt10:33
masahito_priteau: oh, btw do you have a special reason you use -2 when you review?10:34
priteaumasahito_: I used -2 because there was already a +2 and I thought it shouldn't be merged10:35
priteauI may have used -2 instead of -1 in other situations, I will be more careful10:35
masahito_priteau: I think a new person who want to join blazar team could be suprised in -2.10:36
masahito_that means +2 hides -1, right?10:36
priteauyes if there is a +2 already and I put a -1, a core can still apply W+1 and merge10:37
masahito_ok, then I'll list this topic in next meeting or in mail.10:38
masahito_From my experience, we can use +1 instead of +2 even though we're core.10:39
masahito_and then push +2 and W+1 instead of only W+!10:39
masahito_s/instead of only W+!/instead of only W+1/10:39
priteauI think we should do that10:39
priteauI am taking a closer look at your Tempest patches now10:40
masahito_priteau: ok, I'll share it in ML later.10:41
priteauI may have comments and override Hiro's +2 ;-)10:41
masahito_priteau: thanks.10:41
tejaswipriteau: I still get 404 even after adding keystonev3 service and endpoints10:42
priteautejaswi: do you have the latest blazarclient as well?10:43
tejaswipriteau: sorry, I do not know whether I have the latest blazarclient as I installed 2 weeks back10:44
tejaswilet me check10:44
tejaswiclimate --version 0.1.110:45
priteautejaswi: The version number won't change. I mean install it from the latest master code10:48
tejaswipriteau: I installed the latest blazar client. Still I get 40410:53
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.policy  https://review.openstack.org/42708610:59
*** masahito_ has quit IRC11:02
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslotest  https://review.openstack.org/42758011:19
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.db  https://review.openstack.org/42451711:21
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.utils  https://review.openstack.org/42861111:22
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.context  https://review.openstack.org/42862011:22
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.policy  https://review.openstack.org/42708611:27
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslotest  https://review.openstack.org/42758011:32
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.db  https://review.openstack.org/42451711:34
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.utils  https://review.openstack.org/42861111:34
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Use oslo.context  https://review.openstack.org/42862011:34
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Clean oslo-incubator code  https://review.openstack.org/42862711:35
*** hiro-kobayashi_ has quit IRC11:38
openstackgerritMerged openstack/blazar master: Use oslo.policy  https://review.openstack.org/42708612:05
openstackgerritMerged openstack/blazar master: Use oslotest  https://review.openstack.org/42758012:15
tejaswipriteau: I ran stack.sh again with RECLONE=yes and the blazar commands are working fine. thanks13:06
*** tejaswi has quit IRC13:10
*** chlong has joined #openstack-blazar13:15
*** bauzas has quit IRC15:19
*** bauzas has joined #openstack-blazar15:22
*** openstackgerrit has quit IRC16:35
*** priteau has quit IRC17:10
*** AJaeger has joined #openstack-blazar17:49
AJaegerblazar cores, could you review https://review.openstack.org/#/c/427867/ , please? It moves config from project-config to your project - and will only be in use once the referenced project-config change merges.17:50
AJaegerDinaBelova, r-mibu, bauzas, can you help, please? ^17:54
*** priteau has joined #openstack-blazar20:52
*** priteau has quit IRC22:12
*** openstackgerrit has joined #openstack-blazar23:46
openstackgerritHiroaki Kobayashi proposed openstack/blazar master: Add reno for release notes management  https://review.openstack.org/42802723:46

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!