diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-01 14:52:29 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-04 16:11:42 +0000 |
commit | 201d882607c49806edf0868dd6b71392e3fcaa8f (patch) | |
tree | ce04072307cecbc2377167ad153c336ce0e91dc2 | |
parent | 22ecca10820dc2cd0de04a6c1a18fb71d1274321 (diff) |
Fixture: fix wrong identation (missing space)
This prevented YAML parsers from reading the Mitaka fixtures
configuration file.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch index b059d454..f3b9ea70 100644 --- a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch +++ b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch @@ -157,7 +157,7 @@ index 62e6b73..9674d66 100644 + virt-what + vlan + generated: -+ repo_setup: ++ repo_setup: + installer_kernel: + remote_relative: "dists/trusty/main/installer-arm64/current/images/generic/netboot/vmlinuz" + local: "/var/www/nailgun/ubuntu/arm64/images/linux" |