improve documentation for miscellaneous config values

Change-Id: I10441aa78a6a11c59e5d7a50ea50740c27196980
This commit is contained in:
Ionuț Arțăriși 2014-05-13 11:39:41 +02:00
parent 5778f3c264
commit 2b81e9c051
2 changed files with 7 additions and 3 deletions

View File

@ -249,9 +249,10 @@ OSAPI Compute Extentions
Miscellaneous Options
---------------------
* `openstack["compute"]["misc_nova"]` - Array of bare options for nova.conf (e.g. 'option=value')
* `openstack["compute"]["misc_paste"]` - Array of bare options for api-paste.ini (e.g. 'option=value')
* `openstack["compute"]["misc_openrc"]` - Array of bare options for openrc (e.g. 'option=value')
Arrays whose elements will be copied exactly into the respective config files (contents e.g. ['option1=value1', 'option2=value2']).
* `openstack["compute"]["misc_nova"]` - Array of bare options for `nova.conf`.
* `openstack["compute"]["misc_paste"]` - Array of bare options for `api-paste.ini`
EC2 Configuration Attributes
----------------------------

View File

@ -393,7 +393,10 @@ end
# plugins
default['openstack']['compute']['plugins'] = nil
# Array of options for `nova.conf` (e.g. ['option1=value1', 'option2=value2'])
default['openstack']['compute']['misc_nova'] = nil
# Array of options for `api-paste.ini` (e.g. ['option1=value1', ...])
default['openstack']['compute']['misc_paste'] = nil
# To disable the EC2 API endpoint, simply remove 'ec2,' from the list