Comment 3 for bug 1539324

Revision history for this message
Rodion Tikunov (rtikunov) wrote :

Cannot reproduce it for 7.0.

1) I took 7.0 env with two existing subnets
2) Set neutrnon subnet quotas into 2 with `neutron quota-update --subnet 2`
3) Went to horizon/project/networks/network_id/detail
4) Found out that "Create subnet" button is disabled (Create subnet (Quota exceeded))
5) From cli `root@node-1:~# neutron subnet-create --name net04__subnet2 net04 192.168.116\.0/24
Quota exceeded for resources: ['subnet']
`
6) Set subnet quotas into 3 with 'neutron quota-update --subnet 3`
7) Went to project/networks/network_id/detail and found out that button is active
8) In CLI `root@node-1:~# neutron subnet-create --name net04__subnet2 net04 192.168.115.0/24
Created a new subnet:
`

cat /etc/fuel/version.yaml
VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "7.0"
  openstack_version: "2015.1.0-7.0"
  api: "1.0"
  build_number: "301"
  build_id: "301"
  nailgun_sha: "4162b0c15adb425b37608c787944d1983f543aa8"
  python-fuelclient_sha: "486bde57cda1badb68f915f66c61b544108606f3"
  fuel-agent_sha: "50e90af6e3d560e9085ff71d2950cfbcca91af67"
  fuel-nailgun-agent_sha: "d7027952870a35db8dc52f185bb1158cdd3d1ebd"
  astute_sha: "6c5b73f93e24cc781c809db9159927655ced5012"
  fuel-library_sha: "5d50055aeca1dd0dc53b43825dc4c8f7780be9dd"
  fuel-ostf_sha: "2cd967dccd66cfc3a0abd6af9f31e5b4d150a11c"
  fuelmain_sha: "a65d453215edb0284a2e4761be7a156bb5627677"