ironic/ironic/cmd
Julia Kreger f58cbf1514 Fix ironic-status db index check
When I merged the db status check in for database indexes, I missed
the most improtant line, which is where the object is populated with
the method name to be executed by the upgrade checks framework.

In the rush to try and clean-up after the impact of the Secure RBAC
work, I just didn't manually test the final file I uploaded into
review. I assumed it just worked because the job passed, but didn't
think about the resulting return codes which we *should* experience
on an upgrade from a prior version. Later on, I noticed that because
of the way the status checks are invoked, I also added the code to
do the index check in the wrong order, so I had to restructure things
so the method definition was known by the object on the class which
holds the method names list.

I guess I copied/pasted this over from another file I was testing
in just didn't run the final file. :( Funny enough, the index check
works like a charm now.

Also updates the status check invocation check in the upgrade script
for grenade, *as* warnings *are* permissible and not fatal.

Change-Id: Ifa9da65dc8df5bf9a369d6faeab310386dfd944a
2021-06-10 07:04:15 -07:00
..
__init__.py Fix pep8 2020-05-12 15:37:38 +02:00
api.py Fixes unusable Guru meditation report 2020-04-20 09:00:03 +08:00
conductor.py Remove token-less agent support 2020-09-04 17:09:39 +00:00
dbsync.py Bye-bye iSCSI deploy, you served us well 2021-05-04 14:28:25 +02:00
status.py Fix ironic-status db index check 2021-06-10 07:04:15 -07:00