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
Toggle navigation
Open sidebar
itminedu
synnefo
Commits
e9709097
Commit
e9709097
authored
Dec 09, 2013
by
Christos Stavrakakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Update kamaki image register command
parent
5eeccf07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
docs/admin-guide.rst
docs/admin-guide.rst
+2
-2
snf-deploy/snfdeploy/fabfile.py
snf-deploy/snfdeploy/fabfile.py
+2
-1
No files found.
docs/admin-guide.rst
View file @
e9709097
...
...
@@ -642,8 +642,8 @@ image to Cyclades:
.. code-block:: console
$ kamaki image register "Debian Base" \
pithos://u53r-un1qu3-1d/images/debian_base-6.0-7-x86_64.diskdump \
$ kamaki image register
--name=
"Debian Base" \
--location="
pithos://u53r-un1qu3-1d/images/debian_base-6.0-7-x86_64.diskdump
"
\
--public \
--disk-format=diskdump \
--property OSFAMILY=linux --property ROOT_PARTITION=1 \
...
...
snf-deploy/snfdeploy/fabfile.py
View file @
e9709097
...
...
@@ -1445,7 +1445,8 @@ def register_image(image="debian_base.diskdump"):
image_location
=
"images:{0}"
.
format
(
image
)
cmd
=
"""
sleep 5
kamaki image register "Debian Base" {0} --public --disk-format=diskdump
\
kamaki image register --name="Debian Base" --location={0} --public
\
--disk-format=diskdump
\
--property OSFAMILY=linux --property ROOT_PARTITION=1
\
--property description="Debian Squeeze Base System"
\
--property size=450M --property kernel=2.6.32
\
...
...
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