summaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/README.setup')
-rw-r--r--meta-openstack/README.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup
index b02ebf6..d1a4703 100644
--- a/meta-openstack/README.setup
+++ b/meta-openstack/README.setup
@@ -88,14 +88,14 @@ to the bblayers.conf file:
88initialized you have to append the necessary variables to ensure that 88initialized you have to append the necessary variables to ensure that
89systemd will be used in your images: 89systemd will be used in your images:
90 90
91 DISTRO_FEATURES_append = " systemd" 91 DISTRO_FEATURES:append = " systemd"
92 DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" 92 DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
93 VIRTUAL-RUNTIME_init_manager = "systemd" 93 VIRTUAL-RUNTIME_init_manager = "systemd"
94 VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" 94 VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
95 95
96Additionally activiate the meta-virtualization layer: 96Additionally activiate the meta-virtualization layer:
97 97
98 DISTRO_FEATURES_append += "virtualization kvm" 98 DISTRO_FEATURES:append += "virtualization kvm"
99 99
100 100
101Package configurations 101Package configurations
@@ -120,7 +120,7 @@ bblayers.conf file, after the node type deployment layer.
120If a sample guest image is desired on a control node, the following can 120If a sample guest image is desired on a control node, the following can
121be added to local.conf: 121be added to local.conf:
122 122
123 IMAGE_INSTALL_append = " cirros-guest-image" 123 IMAGE_INSTALL:append = " cirros-guest-image"
124 124
125* Cinder Additional Packages * 125* Cinder Additional Packages *
126 126