common

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Server struct {
		Port string
		Cert string
		Key  string
	}
	OpenStack struct {
		IdentityEndpoint string `yaml:"identity"`
		Username         string
		APIKey           string
		Password         string
		Region           string
		ImageRef         string `yaml:"image"`
		FlavorRef        string `yaml:"flavor"`
	}
}

type Odometer

type Odometer struct {
	Instances map[string]*openstack.Server `json:"instances"`
}

type RosterType

type RosterType map[string]map[string]*openstack.Server

type SpinUp

type SpinUp struct {
	Prefix    string   `json:"prefix"`
	ServerIDs []string `json:"server_ids"`
}

Jump to

Keyboard shortcuts

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