Browse code

nova: Fix comments for _config_nova_apache_wsgi

Comments cleanup.

Change-Id: I02748b906f7bb75240bc4e5259005cd72ef49f6b

Eli Qiao authored on 2017/02/28 16:16:16
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