Use call_command to invoke loaddata.
Review Request #5356 — Created Jan. 30, 2014 and submitted — Latest diff uploaded
Use call_command to invoke loaddata.
When triggering loaddata from rb-site, we were using an old method of invoking
the command which wouldn't set up default values for options. This change
updates us to usecall_command()
instead ofhandle()
Smoke tested rb-site install.