yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25455
[Bug 1401435] [NEW] Security-group-name is case sensitive when booting instance with nova
Public bug reported:
When booting an instance with nova-networking then the instance goes to
error state if security group name provided in mixed case or capital
case letters.
Mean to say that security groups name are case sensitive.
steps to replicate:
1. stack@devstack:~$ nova secgroup-list
+--------------------------------------+---------+-------------+
| id | name | description |
+--------------------------------------+---------+-------------+
| 57597299-782e-4820-b814-b27c2f125ee2 | test | |
| 9ae55da3-5246-4a28-b4d6-d45affe7b5d8 | default | default |
+--------------------------------------+---------+-------------+
2. stack@devstack:~$ nova boot --image <> --flavor <> --security-groups test vm_name
vm_name instance will boot up in running state
3. stack@devstack:~$ nova boot --image <> --flavor <> --security-groups
TEST vm_name_1
The instance will queue with the scheduler but fail to boot.
Expected Result :
1. Instance should boot up in running .
2. Case sensitivity should not affect the state of instance.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1401435
Title:
Security-group-name is case sensitive when booting instance with nova
Status in OpenStack Compute (Nova):
New
Bug description:
When booting an instance with nova-networking then the instance goes
to error state if security group name provided in mixed case or
capital case letters.
Mean to say that security groups name are case sensitive.
steps to replicate:
1. stack@devstack:~$ nova secgroup-list
+--------------------------------------+---------+-------------+
| id | name | description |
+--------------------------------------+---------+-------------+
| 57597299-782e-4820-b814-b27c2f125ee2 | test | |
| 9ae55da3-5246-4a28-b4d6-d45affe7b5d8 | default | default |
+--------------------------------------+---------+-------------+
2. stack@devstack:~$ nova boot --image <> --flavor <> --security-groups test vm_name
vm_name instance will boot up in running state
3. stack@devstack:~$ nova boot --image <> --flavor <> --security-
groups TEST vm_name_1
The instance will queue with the scheduler but fail to boot.
Expected Result :
1. Instance should boot up in running .
2. Case sensitivity should not affect the state of instance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1401435/+subscriptions
Follow ups
References