summaryrefslogtreecommitdiffstats
path: root/meta-openstack/README.setup
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/README.setup
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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