ironic/ironic/db/sqlalchemy
Zhenguo Niu c1a8606095 Add db api layer for CRUD operations on node tags
- set/unset node tags
- get node tags
- add/delete single tag
- check whether node tag exists
- Delete all tags attached to the node when it's destroyed

This will not support creating node with tags, just ignore
the specified tags.

Change-Id: Ibe83a726d904fd33b8550c8bec134cf05644560e
Partial-bug: #1526266
2016-02-26 10:27:11 +08:00
..
alembic Set existing ports pxe_enabled=True when adding pxe_enabled column 2016-02-12 22:29:05 +02:00
__init__.py Implement skeleton for a new DB backend. 2013-05-13 00:58:31 -07:00
alembic.ini alembic with initial migration and tests 2014-01-27 16:06:57 +02:00
api.py Add db api layer for CRUD operations on node tags 2016-02-26 10:27:11 +08:00
migration.py db: use new EngineFacade feature of oslo.db 2015-07-16 17:01:49 +03:00
models.py Add portgroups to support LAG interfaces - DB 2016-02-04 22:40:43 +02:00