Fix the freezer job command

the job command should be freezer rather freezer-scheduler

Change-Id: I25a11b9fe76242a35cfb040ddff74cb547a96408
This commit is contained in:
caoyuan 2018-03-01 16:36:33 +08:00
parent a808e95a10
commit 817a041fcc
1 changed files with 3 additions and 3 deletions

View File

@ -550,19 +550,19 @@ Then upload that job into the API:
.. code:: bash
freezer-scheduler -c node12 job-create --file test_job.json
freezer job-create --client node12 --file test_job.json
The newly created job can be found with:
.. code:: bash
freezer-scheduler -c node12 job-list
freezer job-list --client node12
Its content can be read with:
.. code:: bash
freezer-scheduler -c node12 job-get -j [job_id]
freezer job-get [job_id]
The scheduler can be started on the target node with: