From b4df2687ed7da558d2cdaf20caeb075f0b36beb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz> Date: Mon, 17 Apr 2023 16:07:02 +0200 Subject: [PATCH] unification with new naming style --- .../openstack/docs/how-to-guides/managing-interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/compute/openstack/docs/how-to-guides/managing-interface.md b/topics/compute/openstack/docs/how-to-guides/managing-interface.md index 0fd26f73..f4d9a6fb 100644 --- a/topics/compute/openstack/docs/how-to-guides/managing-interface.md +++ b/topics/compute/openstack/docs/how-to-guides/managing-interface.md @@ -36,7 +36,7 @@ Before you begin, you should have the following:  -=== "CLI" +=== "Command Line" To attach a network interface to an OpenStack instance, you will need to create a port that is attached to the desired network and host. You can create a new port using the following: !!! example @@ -56,7 +56,7 @@ Before you begin, you should have the following: TODO -=== "CLI" +=== "Command Line" To detach a network interface from an OpenStack instance, you can use the following command: -- GitLab