-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added subpath("/grafana") in grafana root_url for reverse proxy #578
Conversation
bugzilla: 1590416 tendrl-bug-id: Tendrl#577 Signed-off-by: GowthamShanmugam <[email protected]>
@shtripat @gnehapk @shirshendu @mbukatov please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
bugzilla: 1590416 tendrl-bug-id: Tendrl#577 Signed-off-by: GowthamShanmugasundaram <[email protected]>
@shtripat @anmolsachan @nthomas-redhat @cloudbehl please review |
ebd5b4a
to
7f44199
Compare
@@ -64,15 +64,15 @@ def create_organization(): | |||
resp = json.loads(resp) | |||
if "id" in resp: | |||
org_id = resp['id'] | |||
msg = ("alert organization with name %s " + | |||
msg = ("alert organization with name %s " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as per pep8 check, we don't need to give + symbol in between brackets for string concatenation
bugzilla: 1590416 tendrl-bug-id: Tendrl#577 Signed-off-by: GowthamShanmugam <[email protected]>
bugzilla: 1590416 tendrl-bug-id: Tendrl#577 Signed-off-by: GowthamShanmugasundaram <[email protected]>
7f44199
to
ee8b57c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Hope all this is tested.
It is verified |
@nthomas-redhat please review and merge this PR |
bugzilla: 1590416
tendrl-bug-id: #577
Signed-off-by: GowthamShanmugam [email protected]