From 1d1c9dec20d4116f7ce88b2b8994ec1d93d74b1c Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 6 Aug 2021 18:28:18 +0100 Subject: [PATCH] Replace reference to 'juju set' with 'juju config'. Change-Id: I06119b4bdc76059dc28a78f80cedd00b8a05f7f8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892b24ce..5671e947 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ WARNING: this feature allows you to effectively disable security on your cloud! This charm has a configuration option to allow users to disable any per-instance security group management; this must used with neutron-security-groups enabled in the neutron-api charm and could be used to turn off security on selected set of compute nodes: juju deploy neutron-openvswitch neutron-openvswitch-insecure - juju set neutron-openvswitch-insecure disable-security-groups=True prevent-arp-spoofing=False + juju config neutron-openvswitch-insecure disable-security-groups=True prevent-arp-spoofing=False juju deploy nova-compute nova-compute-insecure juju add-relation nova-compute-insecure neutron-openvswitch-insecure ...