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

Commit

Permalink
Merge pull request #1585 from endocode/dongsu/config-cloudinit-fxtests
Browse files Browse the repository at this point in the history
functional: fix path to user_data to /var/lib/coreos-install
  • Loading branch information
Dongsu Park committed May 23, 2016
2 parents 6a92833 + 2c5ff81 commit 56b539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/platform/nspawn.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (nc *nspawnCluster) insertBin(src string, dst string) error {
}

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

0 comments on commit 56b539f

Please sign in to comment.