Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tcloud
networking-capnet
Commits
adca97f0
Commit
adca97f0
authored
May 05, 2016
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make all images public so they can be used by any tenant.
parent
0162f233
Pipeline
#1237
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
cloudlab/setup-ext-capnet/setup-capnet-basic.sh
cloudlab/setup-ext-capnet/setup-capnet-basic.sh
+7
-0
No files found.
cloudlab/setup-ext-capnet/setup-capnet-basic.sh
View file @
adca97f0
...
...
@@ -170,3 +170,10 @@ while [ $i -lt 4 ]; do
i
=
`
expr
$i
+ 1
`
done
##
## Set all the images public so other tenants can boot them.
##
IMAGELIST
=
`
glance image-list |
awk
' / [0-9a-zA-Z]*-[0-9a-zA-Z-]* / { print $2 }'
| xargs
`
for
image
in
$IMAGELIST
;
do
glance image-update
--visibility
public
$image
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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