Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 56b539f

Browse files
author
Dongsu Park
committed
Merge pull request #1585 from endocode/dongsu/config-cloudinit-fxtests
functional: fix path to user_data to /var/lib/coreos-install
2 parents 6a92833 + 2c5ff81 commit 56b539f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/platform/nspawn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func (nc *nspawnCluster) insertBin(src string, dst string) error {
344344
}
345345

346346
func (nc *nspawnCluster) buildConfigDrive(dir, ip string) error {
347-
latest := path.Join(dir, "media/configdrive/openstack/latest")
347+
latest := path.Join(dir, "var/lib/coreos-install")
348348
userPath := path.Join(latest, "user_data")
349349
if err := os.MkdirAll(latest, 0755); err != nil {
350350
return err

0 commit comments

Comments
 (0)