Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

storage driver for local is now called file #442

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config/config_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ common:
# Enable bugsnag (set the API key)
bugsnag: _env:BUGSNAG



local: &local
storage: local
file: &file
storage: file
storage_path: _env:STORAGE_PATH:/tmp/registry

local:
<<: *file

s3: &s3
storage: s3
Expand Down Expand Up @@ -93,7 +93,7 @@ swift: &swift
# See also: /~https://github.com/dotcloud/openstack-docker
glance: &glance
storage: glance
storage_alternate: _env:GLANCE_STORAGE_ALTERNATE:local
storage_alternate: _env:GLANCE_STORAGE_ALTERNATE:file
storage_path: _env:STORAGE_PATH:/tmp/registry

openstack:
Expand Down Expand Up @@ -126,7 +126,7 @@ elliptics:

# This is the default configuration when no flavor is specified
dev: &dev
<<: *local
<<: *file
search_backend: _env:SEARCH_BACKEND:sqlalchemy

# This flavor is automatically used by unit tests
Expand Down