Created
July 18, 2014 19:55
-
-
Save jtopjian/983700f7f2c88a786433 to your computer and use it in GitHub Desktop.
openstack info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> select * from networks\G | |
| *************************** 1. row *************************** | |
| created_at: 2014-04-09 05:04:45 | |
| updated_at: 2014-07-18 19:20:34 | |
| deleted_at: NULL | |
| id: 2 | |
| injected: 0 | |
| cidr: 10.1.0.0/24 | |
| netmask: 255.255.255.0 | |
| bridge: flatdhcp_br0 | |
| gateway: 10.1.0.10 | |
| broadcast: 10.1.0.255 | |
| dns1: 8.8.4.4 | |
| vlan: NULL | |
| vpn_public_address: NULL | |
| vpn_public_port: NULL | |
| vpn_private_address: NULL | |
| dhcp_start: 10.1.0.2 | |
| project_id: NULL | |
| host: NULL | |
| cidr_v6: 2605:fd00:4:10::/64 | |
| gateway_v6: fe80::baca:3aff:fe69:49e8 | |
| label: cybera | |
| netmask_v6: 64 | |
| bridge_interface: vlan20 | |
| multi_host: 1 | |
| dns2: NULL | |
| uuid: c76b8a13-8530-4de9-adc0-18375e21900d | |
| priority: NULL | |
| rxtx_base: NULL | |
| deleted: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dhcpbridge_flagfile=/etc/nova/nova.conf | |
| dhcpbridge=/usr/bin/nova-dhcpbridge | |
| force_dhcp_release=True | |
| libvirt_use_virtio_for_bridges=True | |
| connection_type=libvirt | |
| verbose=True | |
| network_manager=nova.network.manager.FlatDHCPManager | |
| multi_host=True | |
| flat_interface=vlan30 | |
| flat_network_bridge=flatdhcp_br0 | |
| fixed_range=10.2.0.0/16 | |
| send_arp_for_ha=True | |
| public_interface=vlan20 | |
| allow_same_net_traffic=False | |
| use_ipv6=True | |
| share_dhcp_address=True | |
| dhcp_domain=example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment