Ubuntu Pastebin

Paste from bdx at Fri, 18 Sep 2015 14:13:40 +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
openstack-dashboard:
  openstack-origin: cloud:trusty-kilo
  debug: 'no'
  default-role: Member
  neutron-network-firewall: 'true'
  neutron-network-lb: 'true'
  neutron-network-vpn: 'true'
  offline-compression: 'yes'
  prefer-ipv6: 'false'
  ubuntu-theme: 'yes'
  use-syslog: 'true'
  webroot: /horizon
  openstack-origin-git: |
    {repositories:[
      {name: requirements,
       repository: 'git://github.com/openstack/requirements',
       branch: master},
      {name: muranodashboard,
       repository: 'git://github.com/openstack/murano-dashboard',
       branch: master},
      {name: horizon,
       repository: 'git://github.com/openstack/horizon',
       branch: master}]}
Download as text