diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/README.setup | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-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.setup | 6 |
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: | |||
| 88 | initialized you have to append the necessary variables to ensure that | 88 | initialized you have to append the necessary variables to ensure that |
| 89 | systemd will be used in your images: | 89 | systemd 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 | ||
| 96 | Additionally activiate the meta-virtualization layer: | 96 | Additionally activiate the meta-virtualization layer: |
| 97 | 97 | ||
| 98 | DISTRO_FEATURES_append += "virtualization kvm" | 98 | DISTRO_FEATURES:append += "virtualization kvm" |
| 99 | 99 | ||
| 100 | 100 | ||
| 101 | Package configurations | 101 | Package configurations |
| @@ -120,7 +120,7 @@ bblayers.conf file, after the node type deployment layer. | |||
| 120 | If a sample guest image is desired on a control node, the following can | 120 | If a sample guest image is desired on a control node, the following can |
| 121 | be added to local.conf: | 121 | be 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 | ||
