projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9de6f5
)
lxd init must be run as root
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Mon, 28 Nov 2016 18:29:54 +0000
(13:29 -0500)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Mon, 28 Nov 2016 18:29:54 +0000
(13:29 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
7627691
..
b7e82d2
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-9,7
+9,7
@@
before_install:
- sudo apt-get update -q
- sudo apt-get install lxd juju -y
- sudo usermod -a -G lxd $USER
- - sudo
-E sudo -u $USER -E bash -c "lxd init --auto"
+ - sudo
lxd init --auto
install: pip install tox-travis
before_script:
- sudo -E sudo -u $USER -E bash -c "juju bootstrap localhost test"