Enable experimental features

Enable experimental featuresΒΆ

Experimental features provide useful functionality, but may not be mature enough for environments that require high levels of stability. By default, experimental features are disabled. You can enable experimental features during the installation of the Fuel Master or anytime later.

To enable experimental features:

  1. Log in to the Fuel Master node CLI.

  2. Open the /etc/fuel/astute.yaml file for editing.

  3. Add experimental to the feature_groups section.

    Example:

    "FEATURE_GROUPS":
    - experimental
    
  4. Apply the Nailgun Puppet manifest by typing:

    puppet apply /etc/puppet/modules/fuel/examples/nailgun.pp
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents