An open API service indexing awesome lists of open source software.

https://github.com/afritzler/oli

OpenStack LBaaS Imploader - removes all LBaaS objects + dependencies
https://github.com/afritzler/oli

cli infrastructure loadbalancer networking openstack

Last synced: about 1 month ago
JSON representation

OpenStack LBaaS Imploader - removes all LBaaS objects + dependencies

Awesome Lists containing this project

README

          

# oli - OpenStack LBaaS Imploader
CLI to remove OpenStack LBaaS instances together with all dependent objects

## Installation
```
go get github.com/afritzler/oli
```

## Usage

To use `oli` you need to `source` your `XYZ-openrc.sh` file to load the OpenStack credentials.

```
Usage:
oli [command]

Available Commands:
delete Delete a LoadBalancer + everything attached
help Help about any command
list List everything LBaaS specific in your tenant
```

## Commands

### list
```
Usage:
oli list [flags]

Flags:
--empty Show only LoadBalancers with no Listeners and Pool.
```