6wind-virtual-accelerator-plugin: fuel typo

Update the typos of fuel -> Fuel.

Change-Id: Ia79583c9f645ce8550eaadde24915c0dae6aa870
Signed-off-by: Vincent JARDIN <vincent.jardin@6wind.com>
This commit is contained in:
Vincent JARDIN 2016-06-03 16:17:12 +02:00
parent 86f13a0991
commit 9b796d14a9
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ function set_fp_opt() {
sed -i -- 's@^#\?: \${'"$1"':=.*@: ${'"$1"':='"$2"'}@' "$3";
else
echo >> $3;
echo '# Config added by VA fuel plugin' >> $3;
echo '# Config added by VA Fuel plugin' >> $3;
echo ': ${'"$1"':='"$2"'}' >> $3;
fi
}

View File

@ -21,7 +21,7 @@ Configuring 6WIND virtual accelerator parameters
The 6WIND virtual accelerator plugin makes possible to modify these default
configuration parameters before deployment.
In order to do this you need to activate the **Advanced parameters** checkbox
in the 6WIND Virtual Accelerator fuel plugin section in the Web UI Settings tab.
in the 6WIND Virtual Accelerator Fuel plugin section in the Web UI Settings tab.
.. image:: images/advanced.png
:width: 100%

View File

@ -4,12 +4,12 @@
# Plugin name
name: 6wind-virtual-accelerator
# Human-readable name for your plugin
title: 6WIND Virtual accelerator fuel plugin
title: 6WIND Virtual accelerator Fuel plugin
# Plugin version
version: '1.0.3'
# Description
description: Enable use of 6WIND virtual accelerator plugin for Neutron
# Required fuel version
# Required Fuel version
fuel_version: ['7.0', '8.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']