Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cloud
charms
kubernetes-keystone
Commits
4f657e88
Commit
4f657e88
authored
Jan 31, 2019
by
Alberto Colla
Browse files
2019-01-31 AC: bugfix
parent
1f52300b
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4f657e88
*~
*.pyc
.tox
Makefile
View file @
4f657e88
...
...
@@ -27,7 +27,8 @@ unit_test: apt_prereqs
tox
publish
:
lint
export
OUTPUT
=
`
charm push
.
cs:~
$(USER)
/
$(NAME)
`
;
echo
$$
OUTPUT
export
REV
=
`
echo
$$
OUTPUT |
sed
's/.*
$(NAME)
-\([0-9]*\).*/\1/'
`
OUTPUT
=
`
charm push
.
cs:~
$(USER)
/
$(NAME)
`
echo
$$
OUTPUT
REV
=
`
echo
$$
OUTPUT |
sed
's/.*
$(NAME)
-\([0-9]*\).*/\1/'
`
charm release cs:~
$(USER)
/
$(NAME)
-
$(REV)
--channel
stable
charm grant cs:~
$(USER)
/
$(NAME)
-
$(REV)
everyone
--channel
stable
reactive/kubernetes-keystone.py
View file @
4f657e88
...
...
@@ -85,6 +85,7 @@ def setup_authentication():
hookenv
.
log
(
'Downloading %s'
%
k8s_keystone_auth_url
)
handler
.
download
(
k8s_keystone_auth_url
,
k8s_keystone_auth_path
)
check_call
([
'chmod'
,
'+x'
,
k8s_keystone_auth_path
])
check_call
([
'chmod'
,
'+x'
,
k8s_keystone_auth_start
])
# CHECKME: do we need authorization-mode Webhook?
# get current value for authorization-mode
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment