Update to Chef Workstation 21.2.303

- Cookstyle fixes

Change-Id: I230221e0350a53c0fb5ca05d74cf100c330becc4
Depends-On: https://review.opendev.org/c/openstack/openstack-chef/+/779389
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-03-08 16:23:13 -08:00
parent c13ea35e3d
commit 4c8ec227d6
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Requirements
============
- Chef 15 or higher
- Chef Workstation 20.8.111 for testing (also includes Berkshelf for
- Chef Workstation 21.2.303 for testing (also includes Berkshelf for
cookbook dependency resolution)
Platform

View File

@ -114,7 +114,7 @@ directory aodh_apache_dir do
end
aodh_server_entry = "#{aodh_apache_dir}/app"
# Note: Using lazy here as the wsgi file is not available until after
# NOTE: Using lazy here as the wsgi file is not available until after
# the aodh-common package is installed during execution phase.
file aodh_server_entry do
content lazy { IO.read(platform['aodh-api_wsgi_file']) }

View File

@ -139,7 +139,7 @@ directory gnocchi_apache_dir do
end
gnocchi_server_entry = "#{gnocchi_apache_dir}/app"
# Note: Using lazy here as the wsgi file is not available until after
# NOTE: Using lazy here as the wsgi file is not available until after
# the gnocchik-api package is installed during execution phase.
file gnocchi_server_entry do
content lazy { IO.read(platform['gnocchi-api_wsgi_file']) }