Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8cbf9c8
)
nova-api: switch to new wsgi class
author
Emilien Macchi
<emilien@redhat.com>
Wed, 4 Jan 2017 20:09:27 +0000
(15:09 -0500)
committer
Emilien Macchi
<emilien@redhat.com>
Wed, 4 Jan 2017 20:11:08 +0000
(15:11 -0500)
nova::wsgi::apache was deprecated in ocata in favor of
nova::wsgi::apache_api.
Let's switch to it.
Change-Id: I59b3b36be33268fa6e261a7db3c4aa8e8e712ffb
Depends-On: I5fc99062d349597393e2248c66f2d863029c7730
manifests/profile/base/nova/api.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/nova/api.pp
b/manifests/profile/base/nova/api.pp
index
e660990
..
69b90fa
100644
(file)
--- a/
manifests/profile/base/nova/api.pp
+++ b/
manifests/profile/base/nova/api.pp
@@
-101,7
+101,7
@@
class tripleo::profile::base::nova::api (
sync_db => $sync_db,
sync_db_api => $sync_db,
}
- class { '::nova::wsgi::apache':
+ class { '::nova::wsgi::apache
_api
':
ssl_cert => $tls_certfile,
ssl_key => $tls_keyfile,
}