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
snf-image
Commits
a6160c57
Commit
a6160c57
authored
Oct 14, 2014
by
Nikos Skalkotos
Browse files
Merge branch 'hotfix-0.16.2'
parents
cf01b4b6
c05d8b9f
Changes
7
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a6160c57
2014-10-14, v0.16.2
* Fix a bug in img_properties handling introduced in v0.16.1
* Update the documentation
2014-10-13, v0.16.1
* Add an option for controlling pithcat's umask
* HELPER: prevent configuration tasks from running if no image property
...
...
docs/configuration.rst
View file @
a6160c57
...
...
@@ -80,6 +80,10 @@ some external programs in ``/etc/default/snf-image``:
# PITHOS_ARCHIPELAGO_CONF: Archipelago configuration file
# PITHOS_ARCHIPELAGO_CONF="/etc/archipelago/archipelago.conf"
# PITHCAT_UMASK: If set, it will change the file mode mask of the pithcat
# process to the specified one.
# PITHCAT_UMASK=<not set>
# PROGRESS_MONITOR: External program that monitors the progress of the image
# deployment. The snf-image monitor messages will be redirected to the standard
# input of this program.
...
...
docs/version.py
View file @
a6160c57
__version__
=
"0.16.
1
"
__version__
=
"0.16.
2
"
snf-image-helper/snf-image-helper.in
View file @
a6160c57
...
...
@@ -100,7 +100,7 @@ fi
if
[
$(
set
|
{
grep
^SNF_IMAGE_PROPERTY_
||
true
;
}
|
wc
-l
)
-eq
0
]
;
then
warn
"No image properties are defined. VM configuration will not be performed."
export
$
SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS
=
yes
export
SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS
=
yes
fi
if
[
-z
"
$SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS
"
]
;
then
...
...
snf-image-host/verify
View file @
a6160c57
...
...
@@ -45,22 +45,6 @@ check_required() {
exit
1
fi
done
case
$IMG_FORMAT
in
extdump|ntfsdump
)
;;
diskdump
)
if
[
-z
"
$IMG_PROPERTIES
"
]
;
then
log_error
"
\`
img_properties' parameter must be present when"
log_error
"using
\`
diskdump' format."
exit
1
fi
;;
*
)
log_error
"Unknown Image format:
\`
$IMAGE_TYPE
'"
exit
1
;;
esac
}
if
[
-z
"
$OSP_CONFIG_URL
"
]
;
then
...
...
version
View file @
a6160c57
0.16.
1
0.16.
2
version.m4
View file @
a6160c57
m4_define([devflow_version], [0.16.
1
])
m4_define([devflow_version], [0.16.
2
])
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