From 79f2e9a80393d456196f3c392b70d5a8304a0e9a Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 4 Feb 2015 15:25:34 +0000 Subject: [PATCH] [gnuoy,trivial] Fix charm proof warning --- README.md | 7 +++++++ config.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..c42bdbad --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +===================== +nova-compute +===================== + +Compute node for Openstack nova. + + diff --git a/config.yaml b/config.yaml index 013d86b3..427afe5f 100644 --- a/config.yaml +++ b/config.yaml @@ -124,7 +124,7 @@ options: this allows you to differentiate between them. disable-neutron-security-groups: type: boolean - default: + default: False description: | Disable neutron based security groups - setting this configuration option will override any settings configured via the nova-cloud-controller charm.