Metadata-Version: 2.2
Name: nectar-osc
Version: 1.1.0
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: python-openstackclient
Requires-Dist: python-neutronclient
Requires-Dist: python-keystoneclient
Requires-Dist: python-novaclient
Requires-Dist: nectarclient-lib
Requires-Dist: pbr>=3.0.0
Requires-Dist: jinja2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
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

