components/openstack/horizon/files/local_settings.py
changeset 5640 47302747b363
parent 5446 27d201e3362b
child 6856 356aeea98c39
--- a/components/openstack/horizon/files/local_settings.py	Mon Mar 21 19:10:07 2016 -0700
+++ b/components/openstack/horizon/files/local_settings.py	Fri Mar 18 12:58:42 2016 -0700
@@ -654,3 +654,9 @@
 # and are not encrypted on the browser. This is an experimental API and
 # may be deprecated in the future without notice.
 #REST_API_ADDITIONAL_SETTINGS = []
+
+# Solaris kernel(8) and boot(8) options exposed in instances panel.
+# Allows a user to set boot options during instance launch and allows a user
+# to edit boot options post instance creation. If you want this disabled set
+# to False.
+SOLARIS_BOOTARGS = True