Skip to content

Commit

Permalink
Rename table for service monitor
Browse files Browse the repository at this point in the history
Rename table to service_instance for db so that there is
no conflict with older tables.

Change-Id: I60b1de2009bbc7137b07d8d160f6c7e24f105c81
  • Loading branch information
rrugge committed Oct 20, 2014
1 parent 17d4bc3 commit a10301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/svc-monitor/svc_monitor/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ServiceMonitorDB(object):

_KEYSPACE = 'svc_monitor_keyspace'
_SVC_SI_CF = 'svc_si_table'
_SVC_SI_CF = 'service_instance_table'

def __init__(self, args=None):
self._args = args
Expand Down

0 comments on commit a10301d

Please sign in to comment.