Assign Floating IP from shared network on dashboard problem
Hello,
I am using Grizzly on Ubuntu 12.04 LTS. I have a shared external network on my network. I am using quantum as a networking service with multi-tenant setup, each project has it's own router etc... For the first project, assigning floating IP from dashboard works. When I created a new project and want to assign a floating IP from the same shared network to the new project, it brings me passive "Assign" button on dashboard. When I try to assign it from console, it works with "quantum floatingip-create" command.
I'm not sure exactly how you are creating the floating IPs, but when you do so for a multi-tenant environment, make sure you create a pool of floating IPs with the appropriate tenant ID. Floating IPs by default are assigned the current tenant ID unless specified with the '--tenant-id' option.
How can I create floating IP pool for a specific tenant ? Is it nova or quantum related?
I guess that, there is bug with dashboard when giving floating IP to projects. I am using admin user on dashboard. I gave admin rights of 2 projects to admin user.