File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
glance image-list --property-filter 'glance_devstack_test=doyouseeme?' | grep $image
20
20
21
21
echo "Checking that the cirros image was converted to raw on import..."
22
- glance image-show $image | egrep -e 'disk_format.*raw'
22
+ glance image-show $image | grep 'disk_format.*raw'
23
23
done
24
24
environment : ' {{ zuul | zuul_legacy_vars }}'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function set_conf_line {
25
25
echo '$3 ' >> $1 "
26
26
}
27
27
28
- if $( egrep -q " ^.*(centos:centos:|cloudlinux:cloudlinux:|redhat:enterprise_linux:)[78].*$" /etc/* release) ; then
28
+ if $( grep -Eq " ^.*(centos:centos:|cloudlinux:cloudlinux:|redhat:enterprise_linux:)[78].*$" /etc/* release) ; then
29
29
# mysql needs to be started on centos/rhel
30
30
sudo systemctl restart mariadb.service
31
31
You can’t perform that action at this time.
0 commit comments