Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
76af038b
Commit
76af038b
authored
Jul 02, 2013
by
Ilias Tsitsimpis
Browse files
burnin: Don't register images as public
parent
c03a0b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-tools/synnefo_tools/burnin.py
View file @
76af038b
...
@@ -341,7 +341,7 @@ class ImagesTestCase(unittest.TestCase):
...
@@ -341,7 +341,7 @@ class ImagesTestCase(unittest.TestCase):
log
.
info
(
"Register image to plankton"
)
log
.
info
(
"Register image to plankton"
)
location
=
"pithos://"
+
self
.
uuid
+
\
location
=
"pithos://"
+
self
.
uuid
+
\
"/images/"
+
self
.
temp_image_name
"/images/"
+
self
.
temp_image_name
params
=
{
'is_public'
:
Tru
e
}
params
=
{
'is_public'
:
Fals
e
}
properties
=
{
'OSFAMILY'
:
"linux"
,
'ROOT_PARTITION'
:
1
}
properties
=
{
'OSFAMILY'
:
"linux"
,
'ROOT_PARTITION'
:
1
}
self
.
image_client
.
register
(
self
.
image_client
.
register
(
self
.
temp_image_name
,
location
,
params
,
properties
)
self
.
temp_image_name
,
location
,
params
,
properties
)
...
...
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