Ubuntu Pastebin

Paste from syed at Fri, 26 Jun 2015 13:42:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
home@deploy:~/.juju$ cat openstack-config.yaml
keystone:
  admin-password: 'openstack'
  debug: 'true'
  log-level: 'DEBUG'
  os-admin-network: '192.168.122.0/24'
  os-internal-network: '192.168.133.0/24'
  os-public-network: '192.168.144.0/24'
  openstack-origin: cloud:trusty-kilo
nova-cloud-controller:
  network-manager: 'Neutron'
  quantum-security-groups: 'yes'
  quantum-plugin: 'ovs'
  neutron-external-network: ext-net
  console-access-protocol: novnc
  console-proxy-ip: 127.0.0.1
  os-admin-network: '192.168.122.0/24'
  os-internal-network: '192.168.133.0/24'
  os-public-network: '192.168.144.0/24'
  verbose: 'True'
  debug: 'True'
  openstack-origin: cloud:trusty-kilo
neutron-api:
  os-admin-network: '192.168.122.0/24'
  os-internal-network: '192.168.133.0/24'
  os-public-network: '192.168.144.0/24'
  neutron-security-groups: 'True'
  l2-population: 'False'
  openstack-origin: cloud:trusty-kilo
nova-compute:
  enable-live-migration: 'False'
  migration-auth-type: "none"
  virt-type: kvm
  enable-resize: 'True'
  os-data-network: '192.168.133.0/24'
  openstack-origin: cloud:trusty-kilo
quantum-gateway:
  instance-mtu: 1400
  ext-port: 'eth2'
  plugin: ovs
  os-data-network: '192.168.133.0/24'
  openstack-origin: cloud:trusty-kilo
glance:
  os-admin-network: '192.168.122.0/24'
  os-internal-network: '192.168.133.0/24'
  os-public-network: '192.168.144.0/24'
  verbose: 'True'
  debug: 'True'
  openstack-origin: cloud:trusty-kilo
cinder:
  os-admin-network: '192.168.122.0/24'
  os-internal-network: '192.168.133.0/24'
  os-public-network: '192.168.144.0/24'
  block-device: 'vdb'
  overwrite: "true"
  glance-api-version: 2
  verbose: 'True'
  debug: 'True'
  openstack-origin: cloud:trusty-kilo
neutron-openvswitch:
  verbose: 'True'
  debug: 'True'
  disable-security-groups: 'False'
  os-data-network: '192.168.133.0/24'
openstack-dashboard:
  debug: 'True'
  ubuntu-theme: 'no'
  neutron-network-lb: 'True'
  neutron-network-firewall: 'True'
  neutron-network-vpn: 'True'
Download as text