Removed event_id property from config

Event_id was used in some of the stacktach smoke tests,
but it was very cumbersome to keep updating the event_id every
month as the data gets purged after 30 days. Hence, removing it
from here & updated tests with a new method

Change-Id: Id33a29576391779818efd510608f95c93eeb79f8
This commit is contained in:
Priyanka Agrawal 2014-05-08 16:01:09 +05:30
parent d90c17fafd
commit ec41e13a56
2 changed files with 0 additions and 5 deletions

View File

@ -33,10 +33,6 @@ class StacktachConfig(ConfigSectionInterface):
SECTION_NAME = 'stacktach'
@property
def event_id(self):
return self.get('event_id')
@property
def url(self):
return self.get('url')

View File

@ -3,7 +3,6 @@ serialize_format=json
deserialize_format=json
[stacktach]
event_id=<id of an event>
url=<stacky url>
db_url=<stacktach db api url>
days_passed=<number of days passed>