[1.10-Build34]gateway address can asign if v4-fixed-ip is used.

Bug #1367534 reported by Daisuke Nakajima
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Won't Fix
Medium
Praneet Bachheti
R2.0
New
Medium
Praneet Bachheti
R2.1
New
Medium
Praneet Bachheti
Trunk
New
Medium
Praneet Bachheti

Bug Description

When a subnet is created with gateway option, gateway address can asign if v4-fixed-ip is used.

root@compute1:~# neutron net-create VN8
Created a new network:
+-------------------------+--------------------------------------+
| Field | Value |
+-------------------------+--------------------------------------+
| admin_state_up | True |
| contrail:fq_name | default-domain |
| | admin |
| | VN8 |
| contrail:instance_count | 0 |
| id | 4278f2ec-dfc6-44a9-9490-640bfef1f719 |
| name | VN8 |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | 18b0d60b83e940c5a272ee4bd6adc6e1 |
+-------------------------+--------------------------------------+
root@compute1:~#
root@compute1:~#
root@compute1:~# neutron subnet-create VN8 192.168.8.0/24 --gateway 192.168.8.254
Created a new subnet:
+------------------+--------------------------------------------------+
| Field | Value |
+------------------+--------------------------------------------------+
| allocation_pools | {"start": "192.168.8.1", "end": "192.168.8.254"} |
| cidr | 192.168.8.0/24 |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 192.168.8.254 |
| host_routes | |
| id | 86dbfa37-9e93-46f3-ab9a-ff9334a30098 |
| ip_version | 4 |
| name | |
| network_id | 4278f2ec-dfc6-44a9-9490-640bfef1f719 |
| tenant_id | 18b0d60b83e940c5a272ee4bd6adc6e1 |
+------------------+--------------------------------------------------+
root@compute1:~#
root@compute1:~# nova list
+--------------------------------------+---------+--------+------------+-------------+-------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+---------+--------+------------+-------------+-------------------+
| 10819ac3-042c-4ab6-9e0b-c345d7433732 | VN8-VM1 | ACTIVE | None | Running | VN8=192.168.8.254 |
+--------------------------------------+---------+--------+------------+-------------+-------------------+
root@compute1:~#

information type: Proprietary → Public
tags: added: neutronapi
tags: added: releasenote
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.