Let user to setup and run Cyborg by devstack

The related bug was spotted when I tried to setup cyborg environment by devstack but failed to start cyborg.

It is result from the permission change in devstack/lib/cyborg.

Closes-bug: #1742643
Change-Id: I54426aea597119253f07acf243d6616cd27935ac
This commit is contained in:
Jinghan Sun 2018-01-15 07:55:05 +00:00
parent 288b7c75f1
commit c6c40568e3
1 changed files with 0 additions and 2 deletions

View File

@ -147,7 +147,6 @@ function configure_cyborg_conductor {
configure_auth_for service_catalog
sudo cp $CYBORG_DIR/etc/cyborg/rootwrap.conf $CYBORG_ROOTWRAP_CONF
sudo chmod 0440 $CYBORG_DIR
sudo cp -r $CYBORG_DIR/etc/cyborg/rootwrap.d $CYBORG_CONF_DIR
local cyborg_rootwrap
cyborg_rootwrap=$(get_rootwrap_location cyborg)
@ -157,7 +156,6 @@ function configure_cyborg_conductor {
local tempfile
tempfile=`mktemp`
echo "$STACK_USER ALL=(root) NOPASSWD: $rootwrap_isudoer_cmd" >$tempfile
sudo chmod 0440 $tempfile
sudo chown root:root $tempfile
sudo mv $tempfile /etc/sudoers.d/cyborg-rootwrap