From eb42b92212e07fc1ef96a70a4e600c6f97b263f8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 10 May 2019 17:10:51 -0400 Subject: [PATCH] Update quickstart nodepool node to python3 This is to get some test coverage using python3. Change-Id: Ia25b95a38ed59a2dc8a9c8d7ff4d1b30db137d8e Signed-off-by: Paul Belanger --- doc/source/admin/examples/etc_nodepool/nodepool.yaml | 1 + doc/source/admin/examples/node-Dockerfile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/examples/etc_nodepool/nodepool.yaml b/doc/source/admin/examples/etc_nodepool/nodepool.yaml index e462de5e4a..fd4252daa4 100644 --- a/doc/source/admin/examples/etc_nodepool/nodepool.yaml +++ b/doc/source/admin/examples/etc_nodepool/nodepool.yaml @@ -13,4 +13,5 @@ providers: - name: node labels: ubuntu-bionic host-key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjDZ9C89nUVGQ1qZzG/X0onkmcju4kWJ2uTLBdIXsy1" + python-path: /usr/bin/python3 username: root diff --git a/doc/source/admin/examples/node-Dockerfile b/doc/source/admin/examples/node-Dockerfile index 00f4530b0c..25b5e03f61 100644 --- a/doc/source/admin/examples/node-Dockerfile +++ b/doc/source/admin/examples/node-Dockerfile @@ -3,7 +3,6 @@ FROM rastasheep/ubuntu-sshd RUN apt-get update \ && apt-get -y install \ git \ - python \ python-tox \ python3 \ rsync \