setup-openstack-environment

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2017 License: MIT Imports: 10 Imported by: 0

README

setup-openstack-environment

Create an environment file with OpenStack metadata information.
This command is inspired by setup-network-environment.

Usage

setup-openstack-environment command will get the metadata information from the OpenStack metadata.

$ setup-openstack-environment

The metadata information will be written to /etc/openstack-environment by default.

$ cat /etc/openstack-environment
OPENSTACK_AVAILABILITY_ZONE=nova
OPENSTACK_HOSTNAME=test.novalocal
OPENSTACK_LAUNCH_INDEX=0
OPENSTACK_NAME=test

You can specify the output file path using the -o flag.

$ setup-network-environment -o /tmp/openstack-environment

With the -c flag, change the source of metadata infromation to the config drive.

$ setup-openstack-environment -c /mnt/config

By using the -f flag, the command will use metadata in EC2 format.

$ setup-openstack-environment -f ec2

Build

$ make

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL