Skip to content

Commit

Permalink
Fix standard_extenstions typo in manila.conf templates
Browse files Browse the repository at this point in the history
Closes-Bug: #2011786

Change-Id: I05de34774892419a8bae1e1ebf4c018222495337
  • Loading branch information
neilcam committed May 2, 2023
1 parent 7bd5350 commit 7e2a03b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/templates/mitaka/manila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled_share_protocols = {{ options.computed_share_protocols }}
default_share_type = {{ options.default_share_type }}

state_path = /var/lib/manila
osapi_share_extension = manila.api.contrib.standard_extenstions
osapi_share_extension = manila.api.contrib.standard_extensions
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
share_name_template = share-%s
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pike/manila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled_share_protocols = {{ options.computed_share_protocols }}
default_share_type = {{ options.default_share_type }}

state_path = /var/lib/manila
osapi_share_extension = manila.api.contrib.standard_extenstions
osapi_share_extension = manila.api.contrib.standard_extensions
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
share_name_template = share-%s
Expand Down
2 changes: 1 addition & 1 deletion src/templates/queens/manila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled_share_protocols = {{ options.computed_share_protocols }}
default_share_type = {{ options.default_share_type }}

state_path = /var/lib/manila
osapi_share_extension = manila.api.contrib.standard_extenstions
osapi_share_extension = manila.api.contrib.standard_extensions
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
share_name_template = share-%s
Expand Down
2 changes: 1 addition & 1 deletion src/templates/rocky/manila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled_share_protocols = {{ options.computed_share_protocols }}
default_share_type = {{ options.default_share_type }}

state_path = /var/lib/manila
osapi_share_extension = manila.api.contrib.standard_extenstions
osapi_share_extension = manila.api.contrib.standard_extensions
rootwrap_config = /etc/manila/rootwrap.conf
api_paste_config = /etc/manila/api-paste.ini
share_name_template = share-%s
Expand Down

0 comments on commit 7e2a03b

Please sign in to comment.