LGTM

On Wed, Jul 30, 2014 at 6:36 PM, Yuto KAWAMURA(kawamuray) <
[email protected]> wrote:

> Convert single quote to double quote.
>
> Signed-off-by: Yuto KAWAMURA(kawamuray) <[email protected]>
> ---
>  lib/hypervisor/hv_lxc.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/hypervisor/hv_lxc.py b/lib/hypervisor/hv_lxc.py
> index 44e1687..21b947f 100644
> --- a/lib/hypervisor/hv_lxc.py
> +++ b/lib/hypervisor/hv_lxc.py
> @@ -253,11 +253,11 @@ class LXCHypervisor(hv_base.BaseHypervisor):
>      # Memory
>      # Conditionally enable, memory resource controller might be disabled
>      cgroup = self._GetCgroupMountPoint()
> -    if os.path.exists(utils.PathJoin(cgroup, 'memory.limit_in_bytes')):
> +    if os.path.exists(utils.PathJoin(cgroup, "memory.limit_in_bytes")):
>        out.append("lxc.cgroup.memory.limit_in_bytes = %dM" %
>                   instance.beparams[constants.BE_MAXMEM])
>
> -    if os.path.exists(utils.PathJoin(cgroup,
> 'memory.memsw.limit_in_bytes')):
> +    if os.path.exists(utils.PathJoin(cgroup,
> "memory.memsw.limit_in_bytes")):
>        out.append("lxc.cgroup.memory.memsw.limit_in_bytes = %dM" %
>                   instance.beparams[constants.BE_MAXMEM])
>
> --
> 1.8.5.5
>
>


Hrvoje Ribicic
Ganeti Engineering
Google Germany GmbH
Dienerstr. 12, 80331, München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Christine Elizabeth Flores
Steuernummer: 48/725/00206
Umsatzsteueridentifikationsnummer: DE813741370

Reply via email to