Skip to content

Commit

Permalink
Resolved merge conflic
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansanel committed Dec 14, 2017
2 parents 2b79733 + c46b6e0 commit fc5112d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cloudkeeper_os/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
'are stored.'),
cfg.StrOpt('tempdir',
default='/tmp',
help='Directory where the images are downloaded')
help='Directory where the images are downloaded'),
cfg.StrOpt('image_visibility',
default='private',
choices=['public', 'private', 'shared', 'community'],
help='Visibility of images uploaded to OpenStack'),
]

cfg.CONF.register_opts(DEFAULT_OPTS)
Expand Down
4 changes: 4 additions & 0 deletions etc/cloudkeeper-os/cloudkeeper-os.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

# Directory where the images are downloaded (string value)
#tempdir = /tmp

# Visibility of images uploaded to OpenStack (string value)
# Allowed values: public, private, shared, community
#image_visibility = private

#
# From oslo.log
Expand Down

0 comments on commit fc5112d

Please sign in to comment.