Introducing docker changes to openstack-image

This includes cookbook-openstack-image changes required to enable
docker type container formats which includes docker and dockerref

Implements: bluerprint docker-driver-configuration

Change-Id: I21effcac1be2a07e01e37c0d1eb4ca2c57ef2127
This commit is contained in:
root 2015-03-25 07:02:03 -04:00 committed by Sudheesh
parent 534534915c
commit dc8fa60a5c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ default['openstack']['image']['registry']['workers'] = [8, node['cpu']['total'].
default['openstack']['image']['api']['show_image_direct_url'] = 'False'
# Supported values for the 'container_format' image attribute
default['openstack']['image']['api']['container_formats'] = %w(ami ari aki bare ovf ova)
default['openstack']['image']['api']['container_formats'] = %w(ami ari aki bare ovf ova docker dockerref)
# Supported values for the 'disk_format' image attribute
default['openstack']['image']['api']['disk_formats'] = %w(ami ari aki vhd vmdk raw qcow2 vdi iso)