components/openstack/nova/files/nova.conf
changeset 5757 9c6a2daa1337
parent 5705 1dd01efcbd26
child 6014 83c60536394d
--- a/components/openstack/nova/files/nova.conf	Wed Apr 13 10:14:18 2016 -0700
+++ b/components/openstack/nova/files/nova.conf	Wed Apr 13 13:41:44 2016 -0700
@@ -1830,7 +1830,7 @@
 
 # Default path to Glance cache for Solaris Zones. (string
 # value)
-#glancecache_dirname=$state_path/images
+#glancecache_dirname=/var/share/nova/images
 
 # Cipher to use for encryption of memory traffic during live
 # migration. If not specified, a common encryption algorithm
@@ -1846,6 +1846,10 @@
 # value)
 #zones_suspend_path=/var/share/zones/SYSsuspend
 
+# Allow kernel boot options to be set in instance metadata.
+# (boolean value)
+#solariszones_boot_options=true
+
 
 #
 # Options defined in nova.vnc
@@ -2257,12 +2261,6 @@
 # value)
 #mysql_sql_mode=TRADITIONAL
 
-# This configures the MySQL storage engine. This allows for OpenStack to 
-# support different storage engines such as Inn DB, NDB, etc. By Default,
-# this value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER.
-# Example: mysql_storage_engine=(string value)
-#mysql_storage_engine = InnoDB
-
 # Timeout before idle SQL connections are reaped. (integer
 # value)
 # Deprecated group/name - [DEFAULT]/sql_idle_timeout