Metadata-Version: 2.4
Name: nectar-osc
Version: 1.2.1
Summary: OpenStack client plugin for misc Nectar tooling
Home-page: https://github.com/NeCTAR-RC/python-nectar-osc
Author: ARDC Nectar Cloud Services
Author-email: coreservices@ardc.edu.au
License: Apache-2.0
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oslo.config
Requires-Dist: oslo.utils
Requires-Dist: osc-lib
Requires-Dist: keystoneauth1
Requires-Dist: python-freshdesk
Requires-Dist: openstacksdk>=4.4.0
Requires-Dist: python-openstackclient>=7.4.0
Requires-Dist: python-cloudkittyclient
Requires-Dist: python-neutronclient
Requires-Dist: python-keystoneclient
Requires-Dist: nectarclient-lib
Requires-Dist: pbr>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Nectar Openstack Client Plugin

Provides some helpers for nectar cloud.

## Commands

### Security command
These can be used to take down an instance due to a security issue
```
openstack nectar security instance lock
openstack nectar security instance unlock
openstack nectar security instance delete
```

### Enhanced commands
Show extra info to a standard "show" command in openstack client
```
openstack nectar server show
openstack nectar server securitygroups
```

### Flavor commands
Include service unit cost as part of flavor list
```
openstack nectar flavor list
```

### Mailout commands
```
openstack nectar mailout instances
openstack nectar mailout cleanup
openstack nectar mailout send
```

