We used to store the manager url in the context config in the
manager_url attribute.
We're now storing it as part of the clouderies config so we can
remove the old attribute and its use.
However, some clients still make use of the old context attribute so
we're adding it back in the context API response for backwards
compatibility.
We used to store the manager url in the context config in the
manager_url
attribute. We're now storing it as part of theclouderies
config so we can remove the old attribute and its use.However, some clients still make use of the old context attribute so we're adding it back in the context API response for backwards compatibility.