diff --git a/deployment_scripts/puppet/modules/virtual_accelerator/files/config_va.sh b/deployment_scripts/puppet/modules/virtual_accelerator/files/config_va.sh index d2ceff4..8b345c4 100644 --- a/deployment_scripts/puppet/modules/virtual_accelerator/files/config_va.sh +++ b/deployment_scripts/puppet/modules/virtual_accelerator/files/config_va.sh @@ -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 } diff --git a/doc/source/user-guide.rst b/doc/source/user-guide.rst index 1f42706..ca78337 100644 --- a/doc/source/user-guide.rst +++ b/doc/source/user-guide.rst @@ -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% diff --git a/metadata.yaml b/metadata.yaml index afc719c..0091f56 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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']