Fix typo in documentation

Change-Id: Ia812dae53d0861f8c0ba0aa6790fc8765a5b5035
This commit is contained in:
Chris MacNaughton 2017-03-16 12:56:22 +01:00
parent df2abbba34
commit 8d6282a053
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ _DEVICE_FILTER_MAP = [
def to_profile(client, instance, network_info, block_info, update=False): def to_profile(client, instance, network_info, block_info, update=False):
"""Convert a nova flavor to a lxd profile. """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. same name. The profile is sync'd with the configuration of the container.
When the instance container is deleted, so is the profile. When the instance container is deleted, so is the profile.
""" """