The `arv group create` command doesn't set group_class by default, and we need
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 12 Oct 2018 20:01:44 +0000 (16:01 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Mon, 15 Oct 2018 19:44:00 +0000 (15:44 -0400)
that field set to 'project' for the 'Arvados Standard Docker Images' project.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/_includes/_install_compute_docker.liquid

index eb808e41835bdb3a887758f5e0044cfe03d449c8..06db793314931b8200651ba24db3df37fd1730f8 100644 (file)
@@ -56,7 +56,7 @@ Here we create a default project for the standard Arvados Docker images, and giv
 
 <notextile>
 <pre><code>~$ <span class="userinput">uuid_prefix=`arv --format=uuid user current | cut -d- -f1`</span>
-~$ <span class="userinput">project_uuid=`arv --format=uuid group create --group "{\"owner_uuid\":\"$uuid_prefix-tpzed-000000000000000\", \"name\":\"Arvados Standard Docker Images\"}"`</span>
+~$ <span class="userinput">project_uuid=`arv --format=uuid group create --group "{\"owner_uuid\":\"$uuid_prefix-tpzed-000000000000000\", \"group_class\":\"project\", \"name\":\"Arvados Standard Docker Images\"}"`</span>
 ~$ <span class="userinput">echo "Arvados project uuid is '$project_uuid'"</span>
 ~$ <span class="userinput">read -rd $'\000' newlink &lt;&lt;EOF; arv link create --link "$newlink"</span>
 <span class="userinput">{