Updated config and reference.json.config

* Added created_at_offset and updated_at_offset to config
* Added created_at_offset and updated_at_offset to reference config

Change-Id: I62f41aba7dafa22cc07b1606ea2a31f620cb05c9
This commit is contained in:
Nandhini Devi Kaliaperumal 2013-12-02 11:20:47 -06:00
parent ca55c00523
commit 4cfb267c3f
2 changed files with 10 additions and 0 deletions

View File

@ -88,3 +88,11 @@ class ImagesConfig(ConfigSectionInterface):
@property
def images_schema_json(self):
return self.get('images_schema_json')
@property
def created_at_offset(self):
return self.get('created_at_offset')
@property
def updated_at_offset(self):
return self.get('updated_at_offset')

View File

@ -36,6 +36,8 @@ tenant_name=<tenant_name>
base_url=<http://x.x.x.x:9292>
image_status_interval=15
snapshot_timeout=900
created_at_offset=300
updated_at_offset=300
# an image that is preloaded in your deployment for testing
test_image=<image_name>