Browse code

Merge "nova: Fix comments for _config_nova_apache_wsgi"

Jenkins authored on 2017/03/01 18:29:55
Showing 1 changed files
... ...
@@ -247,7 +247,7 @@ function _cleanup_nova_apache_wsgi {
247 247
     sudo rm -f $(apache_site_config_for nova-metadata)
248 248
 }
249 249
 
250
-# _config_nova_apache_wsgi() - Set WSGI config files of Keystone
250
+# _config_nova_apache_wsgi() - Set WSGI config files of Nova API
251 251
 function _config_nova_apache_wsgi {
252 252
     sudo mkdir -p $NOVA_WSGI_DIR
253 253