Move gawk into general for post-config
Devstack script for setting post-config needs gawk. So this patch moves gawk from files/*/nova into files/*/general. Closes-Bug: #1909041 Change-Id: I06a1a5524f146a8d7337963e846b5a6b7561be13
This commit is contained in:
parent
a64c843052
commit
d207ba9015
@ -5,6 +5,7 @@ bsdmainutils
|
||||
curl
|
||||
default-jre-headless # NOPRIME
|
||||
g++
|
||||
gawk
|
||||
gcc
|
||||
gettext # used for compiling message catalogs
|
||||
git
|
||||
|
@ -3,7 +3,6 @@ curl
|
||||
dnsmasq-base
|
||||
dnsmasq-utils # for dhcp_release
|
||||
ebtables
|
||||
gawk
|
||||
genisoimage # required for config_drive
|
||||
iptables
|
||||
iputils-arping
|
||||
|
@ -3,6 +3,7 @@ apache2-devel
|
||||
bc
|
||||
ca-certificates-mozilla
|
||||
curl
|
||||
gawk
|
||||
gcc
|
||||
gcc-c++
|
||||
git-core
|
||||
|
@ -4,7 +4,6 @@ curl
|
||||
dnsmasq
|
||||
dnsmasq-utils # dist:opensuse-12.3,opensuse-13.1
|
||||
ebtables
|
||||
gawk
|
||||
iptables
|
||||
iputils
|
||||
kpartx
|
||||
|
@ -1,6 +1,7 @@
|
||||
bc
|
||||
curl
|
||||
dbus
|
||||
gawk
|
||||
gcc
|
||||
gcc-c++
|
||||
gettext # used for compiling message catalogs
|
||||
|
@ -3,7 +3,6 @@ curl
|
||||
dnsmasq # for q-dhcp
|
||||
dnsmasq-utils # for dhcp_release
|
||||
ebtables
|
||||
gawk
|
||||
genisoimage # required for config_drive
|
||||
iptables
|
||||
iputils
|
||||
|
Loading…
Reference in New Issue
Block a user