Skip to content

Commit

Permalink
config: updates default image to cn-core image
Browse files Browse the repository at this point in the history
This commit
-updates the default image to cn-core image.

Signed-off-by: Deepika Joshi <djoshi@redhat.com>
  • Loading branch information
Deepika Joshi committed Apr 11, 2019
1 parent e677d52 commit f572b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/config_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const FLAVORS = "flavors"
const IMAGES = "images"

// DEFAULTIMAGE is the default image name to be used
const DEFAULTIMAGE = "ceph/daemon"
const DEFAULTIMAGE = "quay.io/ceph/cn-core"

// LATESTIMAGE is the prefix for the latest ceph images
const LATESTIMAGE = DEFAULTIMAGE + ":latest-"
const LATESTIMAGE = "ceph/daemon:latest-"

// DEFAULTWORKDIRECTORY is the default work directory
const DEFAULTWORKDIRECTORY = "/usr/share/ceph-nano"
Expand Down

0 comments on commit f572b43

Please sign in to comment.