From 313a1683096338b30b1e9795f5cfa112295a47a5 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 12 Apr 2017 20:06:26 +0000 Subject: [PATCH] Correct mitaka node import command On mitaka, the --json parameter was required. Change-Id: I676ccbe62abe21ace06a72b1a38cbad0e5f9d0bf --- doc/source/basic_deployment/basic_deployment_cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/basic_deployment/basic_deployment_cli.rst b/doc/source/basic_deployment/basic_deployment_cli.rst index b2ac6324..4a571853 100644 --- a/doc/source/basic_deployment/basic_deployment_cli.rst +++ b/doc/source/basic_deployment/basic_deployment_cli.rst @@ -300,7 +300,7 @@ used:: For TripleO release Mitaka, the import command is:: - openstack baremetal import instackenv.json + openstack baremetal import --json instackenv.json The following command must be run after registration to assign the deployment kernel and ramdisk to all nodes::