Remove sysctl element from overcloud image

We moved sysctl management under puppet and the old key
providing sysctl settings to os-apply-config is empty so this
change removes the element from the overcloud image.

  # os-apply-config --key sysctl --type raw --key-default ''
  #

Depends-On: I197eb6825b6e7dbc03640cdb16ea160dd83f7adb
Change-Id: Ic920d8f172f98a12a58035276815a41fe0654f4e
This commit is contained in:
Giulio Fidente 2016-06-30 19:30:56 +02:00
parent c17f79c9d1
commit e284dd19f7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ disk_images:
arch: amd64
type: qcow2
elements:
- sysctl hosts baremetal dhcp-all-interfaces os-collect-config overcloud-full overcloud-controller overcloud-compute overcloud-ceph-storage heat-config-puppet heat-config-script puppet-modules hiera os-net-config stable-interface-names grub2 element-manifest network-gateway dynamic-login enable-packages-install pip-and-virtualenv-override
- hosts baremetal dhcp-all-interfaces os-collect-config overcloud-full overcloud-controller overcloud-compute overcloud-ceph-storage heat-config-puppet heat-config-script puppet-modules hiera os-net-config stable-interface-names grub2 element-manifest network-gateway dynamic-login enable-packages-install pip-and-virtualenv-override
packages:
- python-psutil
- python-debtcollector