Computer Science, asked by raavikumart, 11 months ago

To uninstall openstack which file is required to be run

Answers

Answered by Anonymous
1
The above files..

hope it helps ❣️

please mark brainliest
Attachments:
Answered by mindfulmaisel
0

There are two ways in uninstalling the openstack. They are,

-  We can completely remove openstack and its application data and all other related packages

-  Removing openstack application packages and its related data alone.

Explanation:

To uninstall, we have to follow certain steps,

1) Log in to Fuel master

2) Create uninstall.sh script: #!/bin/bash

3) Set -eux

4) echo uninstall > /tmp/ name_uninstall (name is your plugin’s name)

5) Add the uninstall.sh in plugin folder.

6) Finally, type fuel plugins - remove name.

Learn more about OpenStack

In OpenStack, when a VM is terminated, which of the following resources are freed?

https://brainly.in/question/5385686

Which of the following OpenStack component is used for networking services? (a) Swift (b) Neutron (c) Cinder (d) Keystone

https://brainly.in/question/6824400

Similar questions