From 8d6282a0533d7c7f6152664deb5c65b4fc06e13c Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 16 Mar 2017 12:56:22 +0100 Subject: [PATCH] Fix typo in documentation Change-Id: Ia812dae53d0861f8c0ba0aa6790fc8765a5b5035 --- nova/virt/lxd/flavor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/lxd/flavor.py b/nova/virt/lxd/flavor.py index d6e64791..1a8e6921 100644 --- a/nova/virt/lxd/flavor.py +++ b/nova/virt/lxd/flavor.py @@ -191,7 +191,7 @@ _DEVICE_FILTER_MAP = [ def to_profile(client, instance, network_info, block_info, update=False): """Convert a nova flavor to a lxd profile. - Every instance container created via nova-lxd has a profiled by the + Every instance container created via nova-lxd has a profile by the same name. The profile is sync'd with the configuration of the container. When the instance container is deleted, so is the profile. """