diff options
author | Dan Radez <dradez@redhat.com> | 2016-09-26 20:02:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-26 20:02:30 +0000 |
commit | 8d6e0e73023eeaeef681880bad87a5ea8044bc73 (patch) | |
tree | 040dabe09fc9ef5221cf8938e9ebf614d49656cc /build/undercloud.sh | |
parent | dd6bb69f77dda4d89876efd1524e907a1bf44748 (diff) | |
parent | 38de9ff18e44e5c3c1393c060481fbbb27543704 (diff) |
Merge "migrating to proposed common network settings file"
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index a4d008ee..3cc56009 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -62,7 +62,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ # Add custom IPA to allow kernel params wget https://raw.githubusercontent.com/trozet/ironic-python-agent/opnfv_kernel/ironic_python_agent/extensions/image.py -python3.4 -c 'import py_compile; py_compile.compile("image.py", cfile="image.pyc")' +python3 -c 'import py_compile; py_compile.compile("image.py", cfile="image.pyc")' # Add performance image scripts LIBGUESTFS_BACKEND=direct virt-customize --upload ../build_perf_image.sh:/home/stack \ |