GENICLOUD-16
[sfa.git] / sfa / rspecs / aggregates / rspec_manager_pl.py
1 """
2 Returns the request context required by sfatables. At some point, this mechanism should be changed
3 to refer to "contexts", which is the information that sfatables is requesting. But for now, we just
4 return the basic information needed in a dict.
5 """
6 def fetch_context(slice_hrn, user_hrn, contexts):
7     base_context = {'sfa':{'user':{'hrn':user_hrn}}}
8     return base_context